Index: net/quic/core/crypto/quic_random.h |
diff --git a/net/quic/core/crypto/quic_random.h b/net/quic/core/crypto/quic_random.h |
index e723241bd4fe2ebdbc7c57ecd1a10c590fc48c22..2ddc9d889c357c88e03433900ea53589e5e2d57c 100644 |
--- a/net/quic/core/crypto/quic_random.h |
+++ b/net/quic/core/crypto/quic_random.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_RANDOM_H_ |
-#define NET_QUIC_CRYPTO_QUIC_RANDOM_H_ |
+#ifndef NET_QUIC_CORE_CRYPTO_QUIC_RANDOM_H_ |
+#define NET_QUIC_CORE_CRYPTO_QUIC_RANDOM_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -35,4 +35,4 @@ class NET_EXPORT_PRIVATE QuicRandom { |
} // namespace net |
-#endif // NET_QUIC_CRYPTO_QUIC_RANDOM_H_ |
+#endif // NET_QUIC_CORE_CRYPTO_QUIC_RANDOM_H_ |