| // Copyright 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 NET_SPDY_PLATFORM_IMPL_SPDY_MACROS_IMPL_H_ |
| #define NET_SPDY_PLATFORM_IMPL_SPDY_MACROS_IMPL_H_ |
| |
| #include "base/compiler_specific.h" |
| #include "base/logging.h" |
| |
| #define SPDY_MUST_USE_RESULT_IMPL WARN_UNUSED_RESULT |
| #define SPDY_UNUSED_IMPL ALLOW_UNUSED_TYPE |
| |
| #define SPDY_DVLOG_IF_IMPL DVLOG_IF |
| |
| #endif // NET_SPDY_PLATFORM_IMPL_SPDY_MACROS_IMPL_H_ |