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

Unified Diff: chrome/common/extensions/api/plugins/plugins_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/plugins/plugins_handler.cc
diff --git a/chrome/common/extensions/api/plugins/plugins_handler.cc b/chrome/common/extensions/api/plugins/plugins_handler.cc
index 2b0f67a6026059763479bcb2141797a55969396a..e7834c1e94f458ceef61ee8e20ce3ba28a961e24 100644
--- a/chrome/common/extensions/api/plugins/plugins_handler.cc
+++ b/chrome/common/extensions/api/plugins/plugins_handler.cc
@@ -66,7 +66,7 @@ const std::vector<std::string> PluginsHandler::Keys() const {
return SingleKey(keys::kPlugins);
}
-bool PluginsHandler::Parse(Extension* extension, string16* error) {
+bool PluginsHandler::Parse(Extension* extension, base::string16* error) {
const base::ListValue* list_value = NULL;
if (!extension->manifest()->GetList(keys::kPlugins, &list_value)) {
*error = ASCIIToUTF16(manifest_errors::kInvalidPlugins);
« no previous file with comments | « chrome/common/extensions/api/plugins/plugins_handler.h ('k') | chrome/common/extensions/api/sockets/sockets_manifest_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698