Chromium Code Reviews| Index: chrome/test/base/tracing_browsertest.cc |
| =================================================================== |
| --- chrome/test/base/tracing_browsertest.cc (revision 174946) |
| +++ chrome/test/base/tracing_browsertest.cc (working copy) |
| @@ -32,7 +32,7 @@ |
| content::RenderViewHost* rvh = |
| chrome::GetActiveWebContents(browser())->GetRenderViewHost(); |
| ASSERT_TRUE(rvh); |
| - ASSERT_TRUE(content::ExecuteJavaScript(rvh, "", ";")); |
| + ASSERT_TRUE(content::ExecuteJavaScript(rvh, L"", L";")); |
| } |
| }; |