blob: a75c9576fc81fb2661e8331b363744100481fd78 [file] [log] [blame]
// Copyright (c) 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef QUICHE_SPDY_PLATFORM_API_SPDY_MACROS_H_
#define QUICHE_SPDY_PLATFORM_API_SPDY_MACROS_H_
#include "net/spdy/platform/impl/spdy_macros_impl.h"
#define SPDY_MUST_USE_RESULT SPDY_MUST_USE_RESULT_IMPL
#define SPDY_UNUSED SPDY_UNUSED_IMPL
#define SPDY_DVLOG_IF SPDY_DVLOG_IF_IMPL
#endif // QUICHE_SPDY_PLATFORM_API_SPDY_MACROS_H_