Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Unified Diff: net/quic/core/crypto/crypto_utils.h

Issue 2566473002: Fix include guards for QUIC files. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/core/crypto/crypto_utils.h
diff --git a/net/quic/core/crypto/crypto_utils.h b/net/quic/core/crypto/crypto_utils.h
index 782cb44b9a3d1a47737170fa4c4d328d66e9e417..60ce806a1889ca23967c1db0100b06f100fcfa53 100644
--- a/net/quic/core/crypto/crypto_utils.h
+++ b/net/quic/core/crypto/crypto_utils.h
@@ -4,8 +4,8 @@
//
// Some helpers for quic crypto
-#ifndef NET_QUIC_CRYPTO_CRYPTO_UTILS_H_
-#define NET_QUIC_CRYPTO_CRYPTO_UTILS_H_
+#ifndef NET_QUIC_CORE_CRYPTO_CRYPTO_UTILS_H_
+#define NET_QUIC_CORE_CRYPTO_CRYPTO_UTILS_H_
#include <stddef.h>
#include <stdint.h>
@@ -165,4 +165,4 @@ class NET_EXPORT_PRIVATE CryptoUtils {
} // namespace net
-#endif // NET_QUIC_CRYPTO_CRYPTO_UTILS_H_
+#endif // NET_QUIC_CORE_CRYPTO_CRYPTO_UTILS_H_
« no previous file with comments | « net/quic/core/crypto/crypto_server_config_protobuf.h ('k') | net/quic/core/crypto/curve25519_key_exchange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698