| Index: net/quic/core/quic_config.h
|
| diff --git a/net/quic/core/quic_config.h b/net/quic/core/quic_config.h
|
| index 5e19befe6c27e4cd899fb328b3a08c2e36548849..de2afe63c9cac98479c318253362b553f40dc611 100644
|
| --- a/net/quic/core/quic_config.h
|
| +++ b/net/quic/core/quic_config.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_CONFIG_H_
|
| -#define NET_QUIC_QUIC_CONFIG_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CONFIG_H_
|
| +#define NET_QUIC_CORE_QUIC_CONFIG_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -447,4 +447,4 @@ class NET_EXPORT_PRIVATE QuicConfig {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CONFIG_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CONFIG_H_
|
|
|