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

Unified Diff: chrome/common/extensions/manifest_handler_helpers.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_handler_helpers.cc
diff --git a/chrome/common/extensions/manifest_handler_helpers.cc b/chrome/common/extensions/manifest_handler_helpers.cc
index 1e66fe4bba87bc4d0572fcec036be945905be7f6..f46fd3130a273ecf1b58a878bbef2ae30f12a373 100644
--- a/chrome/common/extensions/manifest_handler_helpers.cc
+++ b/chrome/common/extensions/manifest_handler_helpers.cc
@@ -35,7 +35,7 @@ bool LoadIconsFromDictionary(const base::DictionaryValue* icons_value,
const int* icon_sizes,
size_t num_icon_sizes,
ExtensionIconSet* icons,
- string16* error) {
+ base::string16* error) {
DCHECK(icons);
for (size_t i = 0; i < num_icon_sizes; ++i) {
std::string key = base::IntToString(icon_sizes[i]);
« no previous file with comments | « chrome/common/extensions/manifest_handler_helpers.h ('k') | chrome/common/extensions/manifest_handlers/app_isolation_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698