Index: content/browser/plugin_service_impl.h |
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h |
index 71bbed2c6e69ac415477eb8fed28bb2edd566e09..3e92d37302a6cce63050b4349c603a24732f04d2 100644 |
--- a/content/browser/plugin_service_impl.h |
+++ b/content/browser/plugin_service_impl.h |
@@ -8,7 +8,9 @@ |
#ifndef CONTENT_BROWSER_PLUGIN_SERVICE_IMPL_H_ |
#define CONTENT_BROWSER_PLUGIN_SERVICE_IMPL_H_ |
-#if !defined(ENABLE_PLUGINS) |
+#include "ppapi/features/features.h" |
+ |
+#if !BUILDFLAG(ENABLE_PLUGINS) |
#error "Plugins should be enabled" |
#endif |