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

Unified Diff: chrome/common/extensions/api/i18n/default_locale_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/i18n/default_locale_handler.cc
diff --git a/chrome/common/extensions/api/i18n/default_locale_handler.cc b/chrome/common/extensions/api/i18n/default_locale_handler.cc
index c395ced83b393a924d0bebc2c7a53e0703151836..5bf98a5c09a1f5cffb562d879f70213ace8dfde6 100644
--- a/chrome/common/extensions/api/i18n/default_locale_handler.cc
+++ b/chrome/common/extensions/api/i18n/default_locale_handler.cc
@@ -36,7 +36,7 @@ DefaultLocaleHandler::DefaultLocaleHandler() {
DefaultLocaleHandler::~DefaultLocaleHandler() {
}
-bool DefaultLocaleHandler::Parse(Extension* extension, string16* error) {
+bool DefaultLocaleHandler::Parse(Extension* extension, base::string16* error) {
scoped_ptr<LocaleInfo> info(new LocaleInfo);
if (!extension->manifest()->GetString(keys::kDefaultLocale,
&info->default_locale) ||

Powered by Google App Engine
This is Rietveld 408576698