| Index: media/blink/webcontentdecryptionmodule_impl.cc
|
| diff --git a/media/blink/webcontentdecryptionmodule_impl.cc b/media/blink/webcontentdecryptionmodule_impl.cc
|
| index 8619107f2497682dda90c3ad0f8ccae41597d5a3..2fa922808b3cee74939c6fcaa403cfdc46010075 100644
|
| --- a/media/blink/webcontentdecryptionmodule_impl.cc
|
| +++ b/media/blink/webcontentdecryptionmodule_impl.cc
|
| @@ -62,7 +62,7 @@ void WebContentDecryptionModuleImpl::Create(
|
| return;
|
| }
|
|
|
| - GURL security_origin_as_gurl(security_origin.toString());
|
| + GURL security_origin_as_gurl(base::string16(security_origin.toString()));
|
|
|
| // CdmSessionAdapter::CreateCdm() will keep a reference to |adapter|. Then
|
| // if WebContentDecryptionModuleImpl is successfully created (returned in
|
|
|