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

Unified Diff: src/hunspell/hashmgr.hxx

Issue 193073: Move StringPiece into the base namespace. This change... (Closed) Base URL: svn://chrome-svn.jail/chrome/trunk/deps/third_party/hunspell128/
Patch Set: Created 11 years, 3 months 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 | « no previous file | src/hunspell/hashmgr.cxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/hunspell/hashmgr.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698