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

Unified Diff: net/quic/core/quic_connection.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/core/quic_config.h ('k') | net/quic/core/quic_connection_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.h
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
index 25108acb9951ce614be38c7ea2e6a57c4bfa86e9..33e27ce997dfc0d95488f032bb9e893bc1e56c03 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -13,8 +13,8 @@
//
// Note: this class is not thread-safe.
-#ifndef NET_QUIC_QUIC_CONNECTION_H_
-#define NET_QUIC_QUIC_CONNECTION_H_
+#ifndef NET_QUIC_CORE_QUIC_CONNECTION_H_
+#define NET_QUIC_CORE_QUIC_CONNECTION_H_
#include <stddef.h>
#include <stdint.h>
@@ -1112,4 +1112,4 @@ class NET_EXPORT_PRIVATE QuicConnection
} // namespace net
-#endif // NET_QUIC_QUIC_CONNECTION_H_
+#endif // NET_QUIC_CORE_QUIC_CONNECTION_H_
« no previous file with comments | « net/quic/core/quic_config.h ('k') | net/quic/core/quic_connection_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698