| Index: content/browser/encrypted_media_browsertest.cc
|
| diff --git a/content/browser/encrypted_media_browsertest.cc b/content/browser/encrypted_media_browsertest.cc
|
| index 0313733c01b88c895173c5e1b612fa9449df1b5a..0aee2edb52bbd14da7f7cecbd6c2e396788fce02 100644
|
| --- a/content/browser/encrypted_media_browsertest.cc
|
| +++ b/content/browser/encrypted_media_browsertest.cc
|
| @@ -77,8 +77,10 @@ class EncryptedMediaTest : public testing::WithParamInterface<const char*>,
|
| if (final_title == kFailed) {
|
| std::string fail_message;
|
| EXPECT_TRUE(ExecuteJavaScriptAndExtractString(
|
| - shell()->web_contents()->GetRenderViewHost(), L"",
|
| - L"window.domAutomationController.send(failMessage);", &fail_message));
|
| + shell()->web_contents()->GetRenderViewHost(),
|
| + std::string(),
|
| + "window.domAutomationController.send(failMessage);",
|
| + &fail_message));
|
| LOG(INFO) << "Test failed: " << fail_message;
|
| }
|
| }
|
|
|