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

Unified Diff: chrome/common/extensions/manifest_handlers/icons_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/manifest_handlers/icons_handler.cc
diff --git a/chrome/common/extensions/manifest_handlers/icons_handler.cc b/chrome/common/extensions/manifest_handlers/icons_handler.cc
index 74342187df0bbf282c578f12350c2fbb2e015db7..779d59d9f3a592683450ee37ecf6a10d9f0c3c46 100644
--- a/chrome/common/extensions/manifest_handlers/icons_handler.cc
+++ b/chrome/common/extensions/manifest_handlers/icons_handler.cc
@@ -73,7 +73,7 @@ IconsHandler::IconsHandler() {
IconsHandler::~IconsHandler() {
}
-bool IconsHandler::Parse(Extension* extension, string16* error) {
+bool IconsHandler::Parse(Extension* extension, base::string16* error) {
scoped_ptr<IconsInfo> icons_info(new IconsInfo);
const base::DictionaryValue* icons_dict = NULL;
if (!extension->manifest()->GetDictionary(keys::kIcons, &icons_dict)) {

Powered by Google App Engine
This is Rietveld 408576698