Index: content/browser/fileapi/file_system_browsertest.cc |
=================================================================== |
--- content/browser/fileapi/file_system_browsertest.cc (revision 174946) |
+++ content/browser/fileapi/file_system_browsertest.cc (working copy) |
@@ -42,10 +42,8 @@ |
if (result != "pass") { |
std::string js_result; |
ASSERT_TRUE(ExecuteJavaScriptAndExtractString( |
- the_browser->web_contents()->GetRenderViewHost(), |
- std::string(), |
- "window.domAutomationController.send(getLog())", |
- &js_result)); |
+ the_browser->web_contents()->GetRenderViewHost(), L"", |
+ L"window.domAutomationController.send(getLog())", &js_result)); |
FAIL() << "Failed: " << js_result; |
} |
} |