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

Unified Diff: chrome/common/extensions/api/spellcheck/spellcheck_handler.cc

Issue 105473003: Add explicit base namespace to string16 users. (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/common/extensions/api/spellcheck/spellcheck_handler.cc
diff --git a/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc b/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
index 84a9f13063bc6b709e6ae3c94b4adcbade869526..1ca1479ca247dda21a1cae778dd16f8a2bbcd79a 100644
--- a/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
+++ b/chrome/common/extensions/api/spellcheck/spellcheck_handler.cc
@@ -24,7 +24,7 @@ SpellcheckHandler::SpellcheckHandler() {
SpellcheckHandler::~SpellcheckHandler() {
}
-bool SpellcheckHandler::Parse(Extension* extension, string16* error) {
+bool SpellcheckHandler::Parse(Extension* extension, base::string16* error) {
const base::DictionaryValue* spellcheck_value = NULL;
if (!extension->manifest()->GetDictionary(keys::kSpellcheck,
&spellcheck_value)) {

Powered by Google App Engine
This is Rietveld 408576698