| Index: net/quic/core/quic_packet_generator.h
|
| diff --git a/net/quic/core/quic_packet_generator.h b/net/quic/core/quic_packet_generator.h
|
| index cdb984072e7e52da949bb200bae97a9e25a1b083..eb8718a3749d326fceadc075f13abc1533f9eb14 100644
|
| --- a/net/quic/core/quic_packet_generator.h
|
| +++ b/net/quic/core/quic_packet_generator.h
|
| @@ -37,8 +37,8 @@
|
| // mode is ended via |FinishBatchOperations|, the current packet
|
| // will be serialzied, even if it is not full.
|
|
|
| -#ifndef NET_QUIC_QUIC_PACKET_GENERATOR_H_
|
| -#define NET_QUIC_QUIC_PACKET_GENERATOR_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_PACKET_GENERATOR_H_
|
| +#define NET_QUIC_CORE_QUIC_PACKET_GENERATOR_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -217,4 +217,4 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_PACKET_GENERATOR_H_
|
| +#endif // NET_QUIC_CORE_QUIC_PACKET_GENERATOR_H_
|
|
|