| Index: net/quic/core/crypto/crypto_handshake_message.h
|
| diff --git a/net/quic/core/crypto/crypto_handshake_message.h b/net/quic/core/crypto/crypto_handshake_message.h
|
| index f09691d78da5c5d70fce6e61909d63a793292f04..498621678123fa832a4a6b89a7ac68ac430bb26d 100644
|
| --- a/net/quic/core/crypto/crypto_handshake_message.h
|
| +++ b/net/quic/core/crypto/crypto_handshake_message.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_MESSAGE_H_
|
| -#define NET_QUIC_CRYPTO_CRYPTO_HANDSHAKE_MESSAGE_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_CRYPTO_HANDSHAKE_MESSAGE_H_
|
| +#define NET_QUIC_CORE_CRYPTO_CRYPTO_HANDSHAKE_MESSAGE_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -138,4 +138,4 @@ class NET_EXPORT_PRIVATE CryptoHandshakeMessage {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_CRYPTO_HANDSHAKE_MESSAGE_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_CRYPTO_HANDSHAKE_MESSAGE_H_
|
|
|