| Index: net/quic/core/crypto/quic_decrypter.h
|
| diff --git a/net/quic/core/crypto/quic_decrypter.h b/net/quic/core/crypto/quic_decrypter.h
|
| index e620259b829f36eaf4984ca48377ea903c83339d..9d7e3990c0d70aada4c5d46610e12e237a4e79d6 100644
|
| --- a/net/quic/core/crypto/quic_decrypter.h
|
| +++ b/net/quic/core/crypto/quic_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_QUIC_DECRYPTER_H_
|
| -#define NET_QUIC_CRYPTO_QUIC_DECRYPTER_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_QUIC_DECRYPTER_H_
|
| +#define NET_QUIC_CORE_CRYPTO_QUIC_DECRYPTER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -95,4 +95,4 @@ class NET_EXPORT_PRIVATE QuicDecrypter {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_QUIC_DECRYPTER_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_QUIC_DECRYPTER_H_
|
|
|