summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/url_fetch_test/url_fetch_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/url_fetch_test/url_fetch_test.cc b/chrome/test/url_fetch_test/url_fetch_test.cc
index 58d096a..57654b4 100644
--- a/chrome/test/url_fetch_test/url_fetch_test.cc
+++ b/chrome/test/url_fetch_test/url_fetch_test.cc
@@ -44,7 +44,7 @@ class UrlFetchTest : public UITest {
}
if (varToFetch) {
std::wstring script = StringPrintf(
- L"window.domAutomationController.send(%s);", varToFetch);
+ L"window.domAutomationController.send(%ls);", varToFetch);
std::wstring value;
bool success = tab->ExecuteAndExtractString(L"", script, &value);