| Index: media/blink/webcontentdecryptionmodule_impl.h
|
| diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
|
| index 5425e95d8b1061ec1624ead05b9c51bbab1c93d6..bfc55bda0d440d177f4444ebb943f37764aec0a6 100644
|
| --- a/media/blink/webcontentdecryptionmodule_impl.h
|
| +++ b/media/blink/webcontentdecryptionmodule_impl.h
|
| @@ -14,11 +14,12 @@
|
| #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 defined(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| class WebLocalFrame;
|
| #endif
|
| class WebSecurityOrigin;
|
|
|