| Index: net/quic/core/quic_connection_stats.h
|
| diff --git a/net/quic/core/quic_connection_stats.h b/net/quic/core/quic_connection_stats.h
|
| index 1d7b9e665e8a3281b4df1c5cd66d69b8bd80805f..26580e2f869c4e7034d7362e659cf20be6bf0b17 100644
|
| --- a/net/quic/core/quic_connection_stats.h
|
| +++ b/net/quic/core/quic_connection_stats.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_CONNECTION_STATS_H_
|
| -#define NET_QUIC_QUIC_CONNECTION_STATS_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CONNECTION_STATS_H_
|
| +#define NET_QUIC_CORE_QUIC_CONNECTION_STATS_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -93,4 +93,4 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CONNECTION_STATS_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CONNECTION_STATS_H_
|
|
|