| Index: content/renderer/media/cdm/pepper_cdm_wrapper_impl.h
|
| diff --git a/content/renderer/media/cdm/pepper_cdm_wrapper_impl.h b/content/renderer/media/cdm/pepper_cdm_wrapper_impl.h
|
| index 68d855e3bb3412c4fb7173c759a8901e1122abec..a47c245dc18815ebfd51608bf8236ebcabbca80f 100644
|
| --- a/content/renderer/media/cdm/pepper_cdm_wrapper_impl.h
|
| +++ b/content/renderer/media/cdm/pepper_cdm_wrapper_impl.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CONTENT_RENDERER_MEDIA_CDM_PEPPER_CDM_WRAPPER_IMPL_H_
|
| #define CONTENT_RENDERER_MEDIA_CDM_PEPPER_CDM_WRAPPER_IMPL_H_
|
|
|
| -#if !defined(ENABLE_PEPPER_CDMS)
|
| +#include "third_party/widevine/cdm/cdm_features.h"
|
| +
|
| +#if !BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| #error This file should only be included when ENABLE_PEPPER_CDMS is defined
|
| #endif
|
|
|
|
|