| Index: net/quic/core/quic_types.h
|
| diff --git a/net/quic/core/quic_types.h b/net/quic/core/quic_types.h
|
| index 31e0425ae3f15ca8b5f36fabac5b016214ac1c97..fb2f794f1ad7559c106732b77b6c342d48f00146 100644
|
| --- a/net/quic/core/quic_types.h
|
| +++ b/net/quic/core/quic_types.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_TYPES_H_
|
| -#define NET_QUIC_QUIC_TYPES_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_TYPES_H_
|
| +#define NET_QUIC_CORE_QUIC_TYPES_H_
|
|
|
| #include <stddef.h>
|
| #include <array>
|
| @@ -256,4 +256,4 @@ enum PeerAddressChangeType {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_TYPES_H_
|
| +#endif // NET_QUIC_CORE_QUIC_TYPES_H_
|
|
|