Index: content/renderer/media/cdm/pepper_cdm_wrapper.h |
diff --git a/content/renderer/media/cdm/pepper_cdm_wrapper.h b/content/renderer/media/cdm/pepper_cdm_wrapper.h |
index f241df97721fa3b5cf159aa238b3b279de5bc217..d6b973f8fb9f7c43921171904fcf1d22a61124b5 100644 |
--- a/content/renderer/media/cdm/pepper_cdm_wrapper.h |
+++ b/content/renderer/media/cdm/pepper_cdm_wrapper.h |
@@ -5,7 +5,9 @@ |
#ifndef CONTENT_RENDERER_MEDIA_CDM_PEPPER_CDM_WRAPPER_H_ |
#define CONTENT_RENDERER_MEDIA_CDM_PEPPER_CDM_WRAPPER_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 |