| 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 b9dfee8701713a3372ce2be3c5b1143b66367b9c..68d855e3bb3412c4fb7173c759a8901e1122abec 100644
|
| --- a/content/renderer/media/cdm/pepper_cdm_wrapper_impl.h
|
| +++ b/content/renderer/media/cdm/pepper_cdm_wrapper_impl.h
|
| @@ -5,9 +5,7 @@
|
| #ifndef CONTENT_RENDERER_MEDIA_CDM_PEPPER_CDM_WRAPPER_IMPL_H_
|
| #define CONTENT_RENDERER_MEDIA_CDM_PEPPER_CDM_WRAPPER_IMPL_H_
|
|
|
| -#include "ppapi/features/features.h"
|
| -
|
| -#if !BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| +#if !defined(ENABLE_PEPPER_CDMS)
|
| #error This file should only be included when ENABLE_PEPPER_CDMS is defined
|
| #endif
|
|
|
|
|