| 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_
|
|
|