| Index: chrome/browser/history/history_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_browsertest.cc (revision 174946)
|
| +++ chrome/browser/history/history_browsertest.cc (working copy)
|
| @@ -460,8 +460,8 @@
|
| chrome::GetActiveWebContents(browser()), expected_title);
|
| ASSERT_TRUE(content::ExecuteJavaScript(
|
| web_contents->GetRenderViewHost(),
|
| - "",
|
| - "document.getElementById('form').submit()"));
|
| + L"",
|
| + ASCIIToWide("document.getElementById('form').submit()")));
|
| EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
|
|
|
| std::vector<GURL> urls(GetHistoryContents());
|
|
|