| Index: net/spdy/hpack/hpack_header_table.h
|
| diff --git a/net/spdy/hpack/hpack_header_table.h b/net/spdy/hpack/hpack_header_table.h
|
| index 3fb8036a9e5217cc3d10b6da2568b1e6f67d3733..ca0318a810778e123dba6be56a1e5401047c63da 100644
|
| --- a/net/spdy/hpack/hpack_header_table.h
|
| +++ b/net/spdy/hpack/hpack_header_table.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_SPDY_HPACK_HEADER_TABLE_H_
|
| -#define NET_SPDY_HPACK_HEADER_TABLE_H_
|
| +#ifndef NET_SPDY_HPACK_HPACK_HEADER_TABLE_H_
|
| +#define NET_SPDY_HPACK_HPACK_HEADER_TABLE_H_
|
|
|
| #include <cstddef>
|
| #include <deque>
|
| @@ -173,4 +173,4 @@ class NET_EXPORT_PRIVATE HpackHeaderTable {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_HPACK_HEADER_TABLE_H_
|
| +#endif // NET_SPDY_HPACK_HPACK_HEADER_TABLE_H_
|
|
|