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

Unified Diff: content/public/test/test_utils.cc

Issue 121033002: Update uses of UTF conversions in content/ to use the base:: namespace. (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: content/public/test/test_utils.cc
diff --git a/content/public/test/test_utils.cc b/content/public/test/test_utils.cc
index c417483d36c6ae45d44ad5130cc1a875338c4435..98b7c1f6a6bd5b1bf40fdbb8c937de048290d57c 100644
--- a/content/public/test/test_utils.cc
+++ b/content/public/test/test_utils.cc
@@ -138,7 +138,7 @@ scoped_ptr<base::Value> ExecuteScriptAndGetValue(
render_view_host->ExecuteJavascriptInWebFrameCallbackResult(
base::string16(), // frame_xpath,
- UTF8ToUTF16(script),
+ base::UTF8ToUTF16(script),
base::Bind(&ScriptCallback::ResultCallback, base::Unretained(&observer)));
base::MessageLoop* loop = base::MessageLoop::current();
loop->Run();

Powered by Google App Engine
This is Rietveld 408576698