Index: chrome/browser/chrome_switches_browsertest.cc |
=================================================================== |
--- chrome/browser/chrome_switches_browsertest.cc (revision 174946) |
+++ chrome/browser/chrome_switches_browsertest.cc (working copy) |
@@ -41,8 +41,8 @@ |
std::string html; |
EXPECT_TRUE(content::ExecuteJavaScriptAndExtractString( |
chrome::GetActiveWebContents(browser())->GetRenderViewHost(), |
- "", |
- "window.domAutomationController.send(document.body.outerHTML);", |
+ L"", |
+ L"window.domAutomationController.send(document.body.outerHTML);", |
&html)); |
EXPECT_STREQ("<body></body>", html.c_str()); |