// 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 #endif // QUICHE_SPDY_PLATFORM_API_SPDY_MACROS_H_