| Index: net/quic/core/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/core/crypto/quic_crypto_server_config.h b/net/quic/core/crypto/quic_crypto_server_config.h
|
| index 0da883461542511158eeafccbae71d619473eb30..42bcc1b20b7e2f6bda0433f907f9909c84d94cc1 100644
|
| --- a/net/quic/core/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/core/crypto/quic_crypto_server_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_CRYPTO_QUIC_CRYPTO_SERVER_CONFIG_H_
|
| -#define NET_QUIC_CRYPTO_QUIC_CRYPTO_SERVER_CONFIG_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_QUIC_CRYPTO_SERVER_CONFIG_H_
|
| +#define NET_QUIC_CORE_CRYPTO_QUIC_CRYPTO_SERVER_CONFIG_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -803,4 +803,4 @@ struct NET_EXPORT_PRIVATE QuicSignedServerConfig
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_QUIC_CRYPTO_SERVER_CONFIG_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_QUIC_CRYPTO_SERVER_CONFIG_H_
|
|
|