| Index: net/spdy/hpack/hpack_static_table.h
|
| diff --git a/net/spdy/hpack/hpack_static_table.h b/net/spdy/hpack/hpack_static_table.h
|
| index ad22097408c318f57d74503e6a32249d126b54ff..923913487a739c713eac7ec91cf3f3481f4849b5 100644
|
| --- a/net/spdy/hpack/hpack_static_table.h
|
| +++ b/net/spdy/hpack/hpack_static_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_STATIC_TABLE_H_
|
| -#define NET_SPDY_HPACK_STATIC_TABLE_H_
|
| +#ifndef NET_SPDY_HPACK_HPACK_STATIC_TABLE_H_
|
| +#define NET_SPDY_HPACK_HPACK_STATIC_TABLE_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -50,4 +50,4 @@ class NET_EXPORT_PRIVATE HpackStaticTable {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_HPACK_STATIC_TABLE_H_
|
| +#endif // NET_SPDY_HPACK_HPACK_STATIC_TABLE_H_
|
|
|