| Index: net/quic/core/crypto/proof_source.h
|
| diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h
|
| index c5990ba55541a2fa95a38f3248e69628590f49b0..2b9a0624dc05573b78351312d028ff700fa67fc5 100644
|
| --- a/net/quic/core/crypto/proof_source.h
|
| +++ b/net/quic/core/crypto/proof_source.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_PROOF_SOURCE_H_
|
| -#define NET_QUIC_CRYPTO_PROOF_SOURCE_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_PROOF_SOURCE_H_
|
| +#define NET_QUIC_CORE_CRYPTO_PROOF_SOURCE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -127,4 +127,4 @@ class NET_EXPORT_PRIVATE ProofSource {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_PROOF_SOURCE_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_PROOF_SOURCE_H_
|
|
|