| // Copyright (c) 2012 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_CORE_HTTP2_HEADER_BLOCK_H_ | |
| #define QUICHE_SPDY_CORE_HTTP2_HEADER_BLOCK_H_ | |
| #include "quiche/common/http/http_header_block.h" | |
| namespace spdy { | |
| using Http2HeaderBlock = ::quiche::HttpHeaderBlock; | |
| } // namespace spdy | |
| #endif // QUICHE_SPDY_CORE_HTTP2_HEADER_BLOCK_H_ |