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..b9dfee8701713a3372ce2be3c5b1143b66367b9c 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 "ppapi/features/features.h" |
+ |
+#if !BUILDFLAG(ENABLE_PEPPER_CDMS) |
#error This file should only be included when ENABLE_PEPPER_CDMS is defined |
#endif |