| Index: net/quic/core/crypto/scoped_evp_aead_ctx.h
|
| diff --git a/net/quic/core/crypto/scoped_evp_aead_ctx.h b/net/quic/core/crypto/scoped_evp_aead_ctx.h
|
| index afb5861414cb4dbd37450c77af15222a4eb81253..0716ea98c7f702d0cd1ba87ed20b91270eb98d95 100644
|
| --- a/net/quic/core/crypto/scoped_evp_aead_ctx.h
|
| +++ b/net/quic/core/crypto/scoped_evp_aead_ctx.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_SCOPED_EVP_AEAD_CTX_H_
|
| -#define NET_QUIC_CRYPTO_SCOPED_EVP_AEAD_CTX_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_SCOPED_EVP_AEAD_CTX_H_
|
| +#define NET_QUIC_CORE_CRYPTO_SCOPED_EVP_AEAD_CTX_H_
|
|
|
| #include "base/macros.h"
|
| #include "third_party/boringssl/src/include/openssl/evp.h"
|
| @@ -27,4 +27,4 @@ class ScopedEVPAEADCtx {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_SCOPED_EVP_AEAD_CTX_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_SCOPED_EVP_AEAD_CTX_H_
|
|
|