| Index: src/hunspell/hashmgr.hxx
|
| ===================================================================
|
| --- src/hunspell/hashmgr.hxx (revision 25668)
|
| +++ src/hunspell/hashmgr.hxx (working copy)
|
| @@ -26,7 +26,7 @@
|
| #ifdef HUNSPELL_CHROME_CLIENT
|
| // Not owned by this class, owned by the Hunspell object.
|
| hunspell::BDictReader* bdict_reader;
|
| - std::map<StringPiece, int> custom_word_to_affix_id_map_;
|
| + std::map<base::StringPiece, int> custom_word_to_affix_id_map_;
|
| std::vector<std::string*> pointer_to_strings_;
|
| #endif
|
| int tablesize;
|
|
|