| Index: Source/modules/encryptedmedia/MediaKeysClient.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h
|
| index cc34735ae6a53dc583a75b846b483470afae5af6..a5eac0f31449187ecb458a24f1f1abe1909ce55a 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeysClient.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeysClient.h
|
| @@ -5,13 +5,9 @@
|
| #ifndef MediaKeysClient_h
|
| #define MediaKeysClient_h
|
|
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| -
|
| namespace blink {
|
|
|
| class ExecutionContext;
|
| -class WebContentDecryptionModule;
|
| class WebEncryptedMediaClient;
|
|
|
| class MediaKeysClient {
|
| @@ -25,4 +21,3 @@ protected:
|
| } // namespace blink
|
|
|
| #endif // MediaKeysClient_h
|
| -
|
|
|