| Index: net/quic/core/crypto/crypto_handshake.h
|
| diff --git a/net/quic/core/crypto/crypto_handshake.h b/net/quic/core/crypto/crypto_handshake.h
|
| index 170a7b2c6a82be68d7b932cca1af0e94ca7f1236..12db86e2543f93735406d2acc969fe1f14b5692e 100644
|
| --- a/net/quic/core/crypto/crypto_handshake.h
|
| +++ b/net/quic/core/crypto/crypto_handshake.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_CRYPTO_HANDSHAKE_H_
|
| -#define NET_QUIC_CRYPTO_CRYPTO_HANDSHAKE_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_CRYPTO_HANDSHAKE_H_
|
| +#define NET_QUIC_CORE_CRYPTO_CRYPTO_HANDSHAKE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -193,4 +193,4 @@ class NET_EXPORT_PRIVATE QuicCryptoConfig {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_CRYPTO_HANDSHAKE_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_CRYPTO_HANDSHAKE_H_
|
|
|