Index: content/common/pepper_plugin_list.h |
diff --git a/content/common/pepper_plugin_list.h b/content/common/pepper_plugin_list.h |
index 1d06419b5f133c3b28bcc273151ee6743481be30..fdf569a42f5098299da27707a52195af9c4b86fb 100644 |
--- a/content/common/pepper_plugin_list.h |
+++ b/content/common/pepper_plugin_list.h |
@@ -7,7 +7,9 @@ |
#include <vector> |
-#if !defined(ENABLE_PLUGINS) |
+#include "ppapi/features/features.h" |
+ |
+#if !BUILDFLAG(ENABLE_PLUGINS) |
#error "Plugins should be enabled" |
#endif |