| Index: net/spdy/hpack/hpack_huffman_table.h
|
| diff --git a/net/spdy/hpack/hpack_huffman_table.h b/net/spdy/hpack/hpack_huffman_table.h
|
| index c02e175e81b4e1009558b503ed4c002cec801866..96c39504dbdd0ee30028b8c5bd2b40b2c776a4e4 100644
|
| --- a/net/spdy/hpack/hpack_huffman_table.h
|
| +++ b/net/spdy/hpack/hpack_huffman_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_HUFFMAN_TABLE_H_
|
| -#define NET_SPDY_HPACK_HUFFMAN_TABLE_H_
|
| +#ifndef NET_SPDY_HPACK_HPACK_HUFFMAN_TABLE_H_
|
| +#define NET_SPDY_HPACK_HPACK_HUFFMAN_TABLE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -129,4 +129,4 @@ class NET_EXPORT_PRIVATE HpackHuffmanTable {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_HPACK_HUFFMAN_TABLE_H_
|
| +#endif // NET_SPDY_HPACK_HPACK_HUFFMAN_TABLE_H_
|
|
|