Index: base/containers/hash_tables.h |
diff --git a/base/containers/hash_tables.h b/base/containers/hash_tables.h |
index 2a2b52f9da64e14c7bf3888164be35f37c601dc5..365b586ba93c9142f68cc7f59de790fbb9eb8ed4 100644 |
--- a/base/containers/hash_tables.h |
+++ b/base/containers/hash_tables.h |
@@ -103,7 +103,7 @@ DEFINE_TRIVIAL_HASH(unsigned long long); |
} |
DEFINE_STRING_HASH(std::string); |
-DEFINE_STRING_HASH(string16); |
+DEFINE_STRING_HASH(base::string16); |
#undef DEFINE_STRING_HASH |