summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_installer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/webstore_installer_test.cc')
-rw-r--r--chrome/browser/extensions/webstore_installer_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/webstore_installer_test.cc b/chrome/browser/extensions/webstore_installer_test.cc
index 26d3549..d43b362 100644
--- a/chrome/browser/extensions/webstore_installer_test.cc
+++ b/chrome/browser/extensions/webstore_installer_test.cc
@@ -122,6 +122,6 @@ void WebstoreInstallerTest::RunTestAsync(
"%s('%s')", test_function_name.c_str(), test_gallery_url_.c_str());
browser()->tab_strip_model()->GetActiveWebContents()->GetRenderViewHost()->
ExecuteJavascriptInWebFrame(
- UTF8ToUTF16(std::string()),
- UTF8ToUTF16(script));
+ base::UTF8ToUTF16(std::string()),
+ base::UTF8ToUTF16(script));
}