Index: content/common/plugin_list.h |
diff --git a/content/common/plugin_list.h b/content/common/plugin_list.h |
index e321ebafaa1edee34b56432e1878262e704f67c2..e96fca341406788cc5dee6a33b7b51c20a6f8ef9 100644 |
--- a/content/common/plugin_list.h |
+++ b/content/common/plugin_list.h |
@@ -18,8 +18,9 @@ |
#include "build/build_config.h" |
#include "content/common/content_export.h" |
#include "content/public/common/webplugininfo.h" |
+#include "ppapi/features/features.h" |
-#if !defined(ENABLE_PLUGINS) |
+#if !BUILDFLAG(ENABLE_PLUGINS) |
#error "Plugins should be enabled" |
#endif |