| Index: base/hash_tables.h
|
| diff --git a/base/hash_tables.h b/base/hash_tables.h
|
| index b91d5d48bb6f4db333760087986de34e5bde84eb..e34ab0778a63b8e47054053e37a1c08b17819e37 100644
|
| --- a/base/hash_tables.h
|
| +++ b/base/hash_tables.h
|
| @@ -25,6 +25,8 @@
|
| #include "build/build_config.h"
|
|
|
| #include "base/string16.h"
|
| +#include "base/string_piece.h"
|
| +#include "base/wide_string_piece.h"
|
|
|
| #if defined(COMPILER_MSVC)
|
| #include <hash_map>
|
| @@ -103,6 +105,8 @@ DEFINE_TRIVIAL_HASH(unsigned long long);
|
|
|
| DEFINE_STRING_HASH(std::string);
|
| DEFINE_STRING_HASH(string16);
|
| +DEFINE_STRING_HASH(base::StringPiece);
|
| +DEFINE_STRING_HASH(base::WideStringPiece);
|
|
|
| #undef DEFINE_STRING_HASH
|
|
|
|
|