| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index 25108acb9951ce614be38c7ea2e6a57c4bfa86e9..33e27ce997dfc0d95488f032bb9e893bc1e56c03 100644
|
| --- a/net/quic/core/quic_connection.h
|
| +++ b/net/quic/core/quic_connection.h
|
| @@ -13,8 +13,8 @@
|
| //
|
| // Note: this class is not thread-safe.
|
|
|
| -#ifndef NET_QUIC_QUIC_CONNECTION_H_
|
| -#define NET_QUIC_QUIC_CONNECTION_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CONNECTION_H_
|
| +#define NET_QUIC_CORE_QUIC_CONNECTION_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -1112,4 +1112,4 @@ class NET_EXPORT_PRIVATE QuicConnection
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CONNECTION_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CONNECTION_H_
|
|
|