diff options
Diffstat (limited to 'content/renderer/media/webcontentdecryptionmodule_impl.h')
-rw-r--r-- | content/renderer/media/webcontentdecryptionmodule_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h index a457bca..27c79c0 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(); |