| Index: chrome/browser/extensions/window_open_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/window_open_apitest.cc (revision 174946)
|
| +++ chrome/browser/extensions/window_open_apitest.cc (working copy)
|
| @@ -392,7 +392,7 @@
|
|
|
| bool result = false;
|
| ASSERT_TRUE(content::ExecuteJavaScriptAndExtractBool(
|
| - newtab->GetRenderViewHost(), "", "testExtensionApi()", &result));
|
| + newtab->GetRenderViewHost(), L"", L"testExtensionApi()", &result));
|
| EXPECT_TRUE(result);
|
| }
|
|
|
| @@ -429,6 +429,6 @@
|
| // Extension API should succeed.
|
| bool result = false;
|
| ASSERT_TRUE(content::ExecuteJavaScriptAndExtractBool(
|
| - newtab->GetRenderViewHost(), "", "testExtensionApi()", &result));
|
| + newtab->GetRenderViewHost(), L"", L"testExtensionApi()", &result));
|
| EXPECT_TRUE(result);
|
| }
|
|
|