| Index: net/quic/chromium/quic_chromium_client_stream.h
|
| diff --git a/net/quic/chromium/quic_chromium_client_stream.h b/net/quic/chromium/quic_chromium_client_stream.h
|
| index 77146cd56fdd079f35dc8c7c693a7126561695f4..f34be2251ee4516b6c95b05ddd3d68cf468c23c5 100644
|
| --- a/net/quic/chromium/quic_chromium_client_stream.h
|
| +++ b/net/quic/chromium/quic_chromium_client_stream.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // NOTE: This code is not shared between Google and Chrome.
|
|
|
| -#ifndef NET_QUIC_QUIC_CHROMIUM_CLIENT_STREAM_H_
|
| -#define NET_QUIC_QUIC_CHROMIUM_CLIENT_STREAM_H_
|
| +#ifndef NET_QUIC_CHROMIUM_QUIC_CHROMIUM_CLIENT_STREAM_H_
|
| +#define NET_QUIC_CHROMIUM_QUIC_CHROMIUM_CLIENT_STREAM_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -156,4 +156,4 @@ class NET_EXPORT_PRIVATE QuicChromiumClientStream : public QuicSpdyStream {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CHROMIUM_CLIENT_STREAM_H_
|
| +#endif // NET_QUIC_CHROMIUM_QUIC_CHROMIUM_CLIENT_STREAM_H_
|
|
|