| Index: net/quic/core/quic_unacked_packet_map.h
|
| diff --git a/net/quic/core/quic_unacked_packet_map.h b/net/quic/core/quic_unacked_packet_map.h
|
| index 9871b5c459dd23ad3ceaba48a0ca4ed7af380783..d738b5b036eb73b1028ce95d1d54d28042744682 100644
|
| --- a/net/quic/core/quic_unacked_packet_map.h
|
| +++ b/net/quic/core/quic_unacked_packet_map.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_QUIC_QUIC_UNACKED_PACKET_MAP_H_
|
| -#define NET_QUIC_QUIC_UNACKED_PACKET_MAP_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_UNACKED_PACKET_MAP_H_
|
| +#define NET_QUIC_CORE_QUIC_UNACKED_PACKET_MAP_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -200,4 +200,4 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_UNACKED_PACKET_MAP_H_
|
| +#endif // NET_QUIC_CORE_QUIC_UNACKED_PACKET_MAP_H_
|
|
|