| Index: net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| diff --git a/net/quic/core/crypto/chacha20_poly1305_decrypter.h b/net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| index 0aa3568af88acf1daba946862beda9f500ac1bf3..8fddc460e8ed0ad856631144a63fe216805bb090 100644
|
| --- a/net/quic/core/crypto/chacha20_poly1305_decrypter.h
|
| +++ b/net/quic/core/crypto/chacha20_poly1305_decrypter.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_CHACHA20_POLY1305_DECRYPTER_H_
|
| -#define NET_QUIC_CRYPTO_CHACHA20_POLY1305_DECRYPTER_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_CHACHA20_POLY1305_DECRYPTER_H_
|
| +#define NET_QUIC_CORE_CRYPTO_CHACHA20_POLY1305_DECRYPTER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -40,4 +40,4 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Decrypter : public AeadBaseDecrypter {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_CHACHA20_POLY1305_DECRYPTER_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_CHACHA20_POLY1305_DECRYPTER_H_
|
|
|