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

Unified Diff: chrome/renderer/spellchecker/custom_dictionary_engine.cc

Issue 105493002: Use base namespace for string16 in chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: chrome/renderer/spellchecker/custom_dictionary_engine.cc
diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine.cc b/chrome/renderer/spellchecker/custom_dictionary_engine.cc
index 9c6eb9fb0cee5012e702c860a491c84d03fc165f..976ffea07275fb6e4ebe4c3ea54eeabbe2daf41f 100644
--- a/chrome/renderer/spellchecker/custom_dictionary_engine.cc
+++ b/chrome/renderer/spellchecker/custom_dictionary_engine.cc
@@ -41,7 +41,7 @@ void CustomDictionaryEngine::OnCustomDictionaryChanged(
}
bool CustomDictionaryEngine::SpellCheckWord(
- const string16& text,
+ const base::string16& text,
int misspelling_start,
int misspelling_len) {
// The text to be checked is empty on OSX(async) right now.

Powered by Google App Engine
This is Rietveld 408576698