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

Unified Diff: chrome/common/extensions/webview_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
« no previous file with comments | « chrome/common/extensions/webview_handler.h ('k') | chrome/common/importer/firefox_importer_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/webview_handler.cc
diff --git a/chrome/common/extensions/webview_handler.cc b/chrome/common/extensions/webview_handler.cc
index 78f0b7eecb99515b869a6efb27f5a205c228e611..a5279a26003099382dc32c58b3438dd6ba36249c 100644
--- a/chrome/common/extensions/webview_handler.cc
+++ b/chrome/common/extensions/webview_handler.cc
@@ -66,7 +66,7 @@ WebviewHandler::WebviewHandler() {
WebviewHandler::~WebviewHandler() {
}
-bool WebviewHandler::Parse(Extension* extension, string16* error) {
+bool WebviewHandler::Parse(Extension* extension, base::string16* error) {
scoped_ptr<WebviewInfo> info(new WebviewInfo());
const base::DictionaryValue* dict_value = NULL;
« no previous file with comments | « chrome/common/extensions/webview_handler.h ('k') | chrome/common/importer/firefox_importer_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698