| Index: content/renderer/media/webcontentdecryptionmodule_impl.h
|
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| index a457bcac5303e1821c93dc9866f94fd785522353..27c79c0c600b7cdae5da847695a75983b67853db 100644
|
| --- a/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| +++ b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| @@ -23,7 +23,8 @@ class ReferenceIdAdapter;
|
| class WebContentDecryptionModuleImpl
|
| : public blink::WebContentDecryptionModule {
|
| public:
|
| - static WebContentDecryptionModuleImpl* Create(const string16& key_system);
|
| + static WebContentDecryptionModuleImpl* Create(
|
| + const base::string16& key_system);
|
|
|
| virtual ~WebContentDecryptionModuleImpl();
|
|
|
|
|