blob: 09e17a9c64e92f7605ac60016dd41e93a7ae49ce [file] [log] [blame]
// 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_