Index: chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc (revision 174946) |
+++ chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc (working copy) |
@@ -35,8 +35,8 @@ |
bool empty_inner_html = false; |
ASSERT_TRUE(content::ExecuteJavaScriptAndExtractBool( |
browser()->tab_strip_model()->GetWebContentsAt(0)->GetRenderViewHost(), |
- "", |
- "window.domAutomationController.send(document.body.innerHTML == '')", |
+ L"", |
+ L"window.domAutomationController.send(document.body.innerHTML == '')", |
&empty_inner_html)); |
ASSERT_FALSE(empty_inner_html); |
} |