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

Unified Diff: net/quic/chromium/quic_chromium_client_session.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/chromium/quic_chromium_client_session.h
diff --git a/net/quic/chromium/quic_chromium_client_session.h b/net/quic/chromium/quic_chromium_client_session.h
index c032b4fb45141d858a75e3a9977f182933b49250..7c98e8286cd4548650f7979b97ba152d58412f3d 100644
--- a/net/quic/chromium/quic_chromium_client_session.h
+++ b/net/quic/chromium/quic_chromium_client_session.h
@@ -7,8 +7,8 @@
// a non-owning pointer to the helper so this session needs to ensure that
// the helper outlives the connection.
-#ifndef NET_QUIC_QUIC_CHROMIUM_CLIENT_SESSION_H_
-#define NET_QUIC_QUIC_CHROMIUM_CLIENT_SESSION_H_
+#ifndef NET_QUIC_CHROMIUM_QUIC_CHROMIUM_CLIENT_SESSION_H_
+#define NET_QUIC_CHROMIUM_QUIC_CHROMIUM_CLIENT_SESSION_H_
#include <stddef.h>
@@ -418,4 +418,4 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
} // namespace net
-#endif // NET_QUIC_QUIC_CHROMIUM_CLIENT_SESSION_H_
+#endif // NET_QUIC_CHROMIUM_QUIC_CHROMIUM_CLIENT_SESSION_H_
« no previous file with comments | « net/quic/chromium/quic_chromium_alarm_factory.h ('k') | net/quic/chromium/quic_chromium_client_session_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698