| Index: net/quic/core/crypto/key_exchange.h
|
| diff --git a/net/quic/core/crypto/key_exchange.h b/net/quic/core/crypto/key_exchange.h
|
| index 7e4c6f0889b659e2a692990ada8dd6fde303eb67..dc3c60f5587fd2d89a1b5e1dfd754043c56bcb5e 100644
|
| --- a/net/quic/core/crypto/key_exchange.h
|
| +++ b/net/quic/core/crypto/key_exchange.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_KEY_EXCHANGE_H_
|
| -#define NET_QUIC_CRYPTO_KEY_EXCHANGE_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_KEY_EXCHANGE_H_
|
| +#define NET_QUIC_CORE_CRYPTO_KEY_EXCHANGE_H_
|
|
|
| #include <string>
|
|
|
| @@ -44,4 +44,4 @@ class NET_EXPORT_PRIVATE KeyExchange {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_KEY_EXCHANGE_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_KEY_EXCHANGE_H_
|
|
|