| Index: chrome/browser/extensions/webstore_standalone_install_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/webstore_standalone_install_browsertest.cc (revision 174946)
|
| +++ chrome/browser/extensions/webstore_standalone_install_browsertest.cc (working copy)
|
| @@ -85,10 +85,8 @@
|
| std::string script = StringPrintf("%s('%s')", test_function_name.c_str(),
|
| test_gallery_url_.c_str());
|
| ASSERT_TRUE(content::ExecuteJavaScriptAndExtractBool(
|
| - chrome::GetActiveWebContents(browser())->GetRenderViewHost(),
|
| - "",
|
| - script,
|
| - &result));
|
| + chrome::GetActiveWebContents(browser())->GetRenderViewHost(), L"",
|
| + UTF8ToWide(script), &result));
|
| EXPECT_TRUE(result);
|
| }
|
|
|
|
|