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

Unified Diff: net/quic/chromium/crypto/channel_id_chromium.h

Issue 2562113002: Fix header guards in //net. (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/proxy/dhcpcsvc_init_win.h ('k') | net/quic/chromium/mock_quic_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/crypto/channel_id_chromium.h
diff --git a/net/quic/chromium/crypto/channel_id_chromium.h b/net/quic/chromium/crypto/channel_id_chromium.h
index fa842969f1dc2130a38ccce7204e689b3b5e1622..2c9869c30b2bd25fe4695c49e8b0b5855bfd012c 100644
--- a/net/quic/chromium/crypto/channel_id_chromium.h
+++ b/net/quic/chromium/crypto/channel_id_chromium.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_CHANNEL_ID_CHROMIUM_H_
-#define NET_QUIC_CRYPTO_CHANNEL_ID_CHROMIUM_H_
+#ifndef NET_QUIC_CHROMIUM_CRYPTO_CHANNEL_ID_CHROMIUM_H_
+#define NET_QUIC_CHROMIUM_CRYPTO_CHANNEL_ID_CHROMIUM_H_
#include <map>
#include <memory>
@@ -63,4 +63,4 @@ class ChannelIDSourceChromium : public ChannelIDSource {
} // namespace net
-#endif // NET_QUIC_CRYPTO_CHANNEL_ID_CHROMIUM_H_
+#endif // NET_QUIC_CHROMIUM_CRYPTO_CHANNEL_ID_CHROMIUM_H_
« no previous file with comments | « net/proxy/dhcpcsvc_init_win.h ('k') | net/quic/chromium/mock_quic_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698