| Index: net/quic/core/quic_received_packet_manager.h
|
| diff --git a/net/quic/core/quic_received_packet_manager.h b/net/quic/core/quic_received_packet_manager.h
|
| index 06ab94f20299b14b4b91aa2174ff4f22536b838c..6b87f2647f2f1d0f27e170518e1de326950eed87 100644
|
| --- a/net/quic/core/quic_received_packet_manager.h
|
| +++ b/net/quic/core/quic_received_packet_manager.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_RECEIVED_PACKET_MANAGER_H_
|
| -#define NET_QUIC_QUIC_RECEIVED_PACKET_MANAGER_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_RECEIVED_PACKET_MANAGER_H_
|
| +#define NET_QUIC_CORE_QUIC_RECEIVED_PACKET_MANAGER_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -102,4 +102,4 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_RECEIVED_PACKET_MANAGER_H_
|
| +#endif // NET_QUIC_CORE_QUIC_RECEIVED_PACKET_MANAGER_H_
|
|
|