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

Unified Diff: net/base/linked_hash_map.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/base/ip_address.h ('k') | net/base/load_timing_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/linked_hash_map.h
diff --git a/net/base/linked_hash_map.h b/net/base/linked_hash_map.h
index 8397243958c18958c77e7681857146c416f6d214..e12fd12af389d6481f77919ed518156a35f1f258 100644
--- a/net/base/linked_hash_map.h
+++ b/net/base/linked_hash_map.h
@@ -12,8 +12,8 @@
// Iterators should be stable in the face of mutations, except for an
// iterator pointing to an element that was just deleted.
-#ifndef UTIL_GTL_LINKED_HASH_MAP_H_
-#define UTIL_GTL_LINKED_HASH_MAP_H_
+#ifndef NET_BASE_LINKED_HASH_MAP_H_
+#define NET_BASE_LINKED_HASH_MAP_H_
#include <stddef.h>
@@ -261,4 +261,4 @@ class linked_hash_map {
} // namespace net
-#endif // UTIL_GTL_LINKED_HASH_MAP_H_
+#endif // NET_BASE_LINKED_HASH_MAP_H_
« no previous file with comments | « net/base/ip_address.h ('k') | net/base/load_timing_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698