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

Unified Diff: chrome/browser/automation/testing_automation_provider_chromeos.cc

Issue 109013006: Update some uses of UTF conversions in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/browser/automation/testing_automation_provider_chromeos.cc
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index bbe413957304fc666465daa7173c2cb6f4ffa87f..e39d42f1e066fbc2040a964b1ca375fe116c4dbc 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -473,8 +473,8 @@ void TestingAutomationProvider::ExecuteJavascriptInOOBEWebUI(
webui_host->GetOobeUI()->web_ui()->GetWebContents();
new DomOperationMessageSender(this, reply_message, true);
- ExecuteJavascriptInRenderViewFrame(ASCIIToUTF16(frame_xpath),
- ASCIIToUTF16(javascript),
+ ExecuteJavascriptInRenderViewFrame(base::ASCIIToUTF16(frame_xpath),
+ base::ASCIIToUTF16(javascript),
reply_message,
web_contents->GetRenderViewHost());
}

Powered by Google App Engine
This is Rietveld 408576698