| Index: net/quic/core/quic_constants.h
|
| diff --git a/net/quic/core/quic_constants.h b/net/quic/core/quic_constants.h
|
| index 73f8d39c09bd13c888e5da8a2931443845d09b40..8c6447d1f8f47b6fb8c5c206566792d0092756a0 100644
|
| --- a/net/quic/core/quic_constants.h
|
| +++ b/net/quic/core/quic_constants.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_CONSTANTS_H_
|
| -#define NET_QUIC_QUIC_CONSTANTS_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CONSTANTS_H_
|
| +#define NET_QUIC_CORE_QUIC_CONSTANTS_H_
|
|
|
| #include <stddef.h>
|
| #include <cstdint>
|
| @@ -184,4 +184,4 @@ const QuicPacketNumber kMaxPacketGap = 5000;
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CONSTANTS_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CONSTANTS_H_
|
|
|