| Index: net/spdy/hpack/hpack_input_stream.h
|
| diff --git a/net/spdy/hpack/hpack_input_stream.h b/net/spdy/hpack/hpack_input_stream.h
|
| index af26c94e062b90e38aa9315c75dfad58804e353c..95791bb84ccbed139e2271c3ab6bbcdb48b853f4 100644
|
| --- a/net/spdy/hpack/hpack_input_stream.h
|
| +++ b/net/spdy/hpack/hpack_input_stream.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_INPUT_STREAM_H_
|
| -#define NET_SPDY_HPACK_INPUT_STREAM_H_
|
| +#ifndef NET_SPDY_HPACK_HPACK_INPUT_STREAM_H_
|
| +#define NET_SPDY_HPACK_HPACK_INPUT_STREAM_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -110,4 +110,4 @@ class NET_EXPORT_PRIVATE HpackInputStream {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_HPACK_INPUT_STREAM_H_
|
| +#endif // NET_SPDY_HPACK_HPACK_INPUT_STREAM_H_
|
|
|