| Index: net/quic/chromium/quic_chromium_packet_reader.h
|
| diff --git a/net/quic/chromium/quic_chromium_packet_reader.h b/net/quic/chromium/quic_chromium_packet_reader.h
|
| index 16c3cb7a16f5a0f993c66ca1a58df736943ba431..a58c623ba9a9c859ad5d0c00a466c7c9ef812b9d 100644
|
| --- a/net/quic/chromium/quic_chromium_packet_reader.h
|
| +++ b/net/quic/chromium/quic_chromium_packet_reader.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
| //
|
|
|
| -#ifndef NET_QUIC_QUIC_CHROMIUM_PACKET_READER_H_
|
| -#define NET_QUIC_QUIC_CHROMIUM_PACKET_READER_H_
|
| +#ifndef NET_QUIC_CHROMIUM_QUIC_CHROMIUM_PACKET_READER_H_
|
| +#define NET_QUIC_CHROMIUM_QUIC_CHROMIUM_PACKET_READER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -71,4 +71,4 @@ class NET_EXPORT_PRIVATE QuicChromiumPacketReader {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CHROMIUM_PACKET_READER_H_
|
| +#endif // NET_QUIC_CHROMIUM_QUIC_CHROMIUM_PACKET_READER_H_
|
|
|