Index: content/browser/bookmarklet_browsertest.cc |
=================================================================== |
--- content/browser/bookmarklet_browsertest.cc (revision 174946) |
+++ content/browser/bookmarklet_browsertest.cc (working copy) |
@@ -24,8 +24,8 @@ |
std::string body_text; |
EXPECT_TRUE(ExecuteJavaScriptAndExtractString( |
shell()->web_contents()->GetRenderViewHost(), |
- "", |
- "window.domAutomationController.send(document.body.innerText);", |
+ L"", |
+ L"window.domAutomationController.send(document.body.innerText);", |
&body_text)); |
return body_text; |
} |