| Index: media/blink/webcontentdecryptionmodule_impl.h
|
| diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
|
| index bfc55bda0d440d177f4444ebb943f37764aec0a6..c6669d46d910c939076983d50c85fa1e9b203e28 100644
|
| --- a/media/blink/webcontentdecryptionmodule_impl.h
|
| +++ b/media/blink/webcontentdecryptionmodule_impl.h
|
| @@ -14,14 +14,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| #include "media/blink/media_blink_export.h"
|
| -#include "ppapi/features/features.h"
|
| #include "third_party/WebKit/public/platform/WebContentDecryptionModule.h"
|
| #include "third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h"
|
|
|
| namespace blink {
|
| -#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| -class WebLocalFrame;
|
| -#endif
|
| class WebSecurityOrigin;
|
| }
|
|
|
| @@ -31,7 +27,6 @@ struct CdmConfig;
|
| class CdmFactory;
|
| class CdmSessionAdapter;
|
| class MediaKeys;
|
| -class WebContentDecryptionModuleSessionImpl;
|
|
|
| class MEDIA_BLINK_EXPORT WebContentDecryptionModuleImpl
|
| : public blink::WebContentDecryptionModule {
|
|
|