Index: net/quic/core/crypto/null_decrypter.h |
diff --git a/net/quic/core/crypto/null_decrypter.h b/net/quic/core/crypto/null_decrypter.h |
index 0e5a2202ad94f34a556fb1747638bcc2bfa293b8..d967583d56019d814c1497482385dee9a2dc68bc 100644 |
--- a/net/quic/core/crypto/null_decrypter.h |
+++ b/net/quic/core/crypto/null_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_NULL_DECRYPTER_H_ |
-#define NET_QUIC_CRYPTO_NULL_DECRYPTER_H_ |
+#ifndef NET_QUIC_CORE_CRYPTO_NULL_DECRYPTER_H_ |
+#define NET_QUIC_CORE_CRYPTO_NULL_DECRYPTER_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -52,4 +52,4 @@ class NET_EXPORT_PRIVATE NullDecrypter : public QuicDecrypter { |
} // namespace net |
-#endif // NET_QUIC_CRYPTO_NULL_DECRYPTER_H_ |
+#endif // NET_QUIC_CORE_CRYPTO_NULL_DECRYPTER_H_ |