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

Unified Diff: net/quic/chromium/quic_utils_chromium.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
« no previous file with comments | « net/quic/chromium/quic_stream_factory.h ('k') | net/quic/core/congestion_control/cubic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_utils_chromium.h
diff --git a/net/quic/chromium/quic_utils_chromium.h b/net/quic/chromium/quic_utils_chromium.h
index daa34dd2a1ed9f156cf684760ea2de47760967a8..03b5b3911e0b5bac40d7b99b9ffb66d1f942a240 100644
--- a/net/quic/chromium/quic_utils_chromium.h
+++ b/net/quic/chromium/quic_utils_chromium.h
@@ -4,8 +4,8 @@
//
// Some helpers for quic that are for chromium codebase.
-#ifndef NET_QUIC_QUIC_UTILS_CHROMIUM_H_
-#define NET_QUIC_QUIC_UTILS_CHROMIUM_H_
+#ifndef NET_QUIC_CHROMIUM_QUIC_UTILS_CHROMIUM_H_
+#define NET_QUIC_CHROMIUM_QUIC_UTILS_CHROMIUM_H_
#include "base/logging.h"
@@ -76,4 +76,4 @@ typename Collection::value_type::second_type* FindOrNull(
} // namespace net
-#endif // NET_QUIC_QUIC_UTILS_CHROMIUM_H_
+#endif // NET_QUIC_CHROMIUM_QUIC_UTILS_CHROMIUM_H_
« no previous file with comments | « net/quic/chromium/quic_stream_factory.h ('k') | net/quic/core/congestion_control/cubic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698