| Index: net/spdy/hpack/hpack_entry.h
|
| diff --git a/net/spdy/hpack/hpack_entry.h b/net/spdy/hpack/hpack_entry.h
|
| index de3f9fe95aa5872f5672aef08ebcb948f44637ce..12d3f068e9db8a2f38b503a5b7aaf6db643a9f1f 100644
|
| --- a/net/spdy/hpack/hpack_entry.h
|
| +++ b/net/spdy/hpack/hpack_entry.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_ENTRY_H_
|
| -#define NET_SPDY_HPACK_ENTRY_H_
|
| +#ifndef NET_SPDY_HPACK_HPACK_ENTRY_H_
|
| +#define NET_SPDY_HPACK_HPACK_ENTRY_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -104,4 +104,4 @@ class NET_EXPORT_PRIVATE HpackEntry {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_HPACK_ENTRY_H_
|
| +#endif // NET_SPDY_HPACK_HPACK_ENTRY_H_
|
|
|