| Index: Source/modules/encryptedmedia/MediaKeysClient.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h
|
| index a72cb67d06621f99f46c420983661e411d43a932..ad2f631c2d206e62c116a03dfa2f208c809784b6 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeysClient.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeysClient.h
|
| @@ -9,17 +9,14 @@
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| -class WebContentDecryptionModule;
|
| -}
|
| -
|
| -namespace blink {
|
|
|
| class ExecutionContext;
|
| class Page;
|
| +class WebContentDecryptionModule;
|
|
|
| class MediaKeysClient {
|
| public:
|
| - virtual PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
|
| + virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
|
|
|
| protected:
|
| virtual ~MediaKeysClient() { }
|
|
|