chromium/net/third_party/quiche/src/quiche/spdy/core/http2_header_block.h

// 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 {
Http2HeaderBlock;
}  // namespace spdy

#endif  // QUICHE_SPDY_CORE_HTTP2_HEADER_BLOCK_H_