| Index: net/spdy/spdy_read_queue.h
|
| diff --git a/net/spdy/spdy_read_queue.h b/net/spdy/spdy_read_queue.h
|
| index 87fc0ab4475633923afaa0b0826341ccaa30a6e3..769c2c6968959897b3ab8e23698061783f039513 100644
|
| --- a/net/spdy/spdy_read_queue.h
|
| +++ b/net/spdy/spdy_read_queue.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_SPDY_BUFFER_QUEUE_H_
|
| -#define NET_SPDY_SPDY_BUFFER_QUEUE_H_
|
| +#ifndef NET_SPDY_SPDY_READ_QUEUE_H_
|
| +#define NET_SPDY_SPDY_READ_QUEUE_H_
|
|
|
| #include <cstddef>
|
| #include <deque>
|
| @@ -50,4 +50,4 @@ class NET_EXPORT_PRIVATE SpdyReadQueue {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SPDY_SPDY_BUFFER_QUEUE_H_
|
| +#endif // NET_SPDY_SPDY_READ_QUEUE_H_
|
|
|