Index: content/common/all_messages.h |
diff --git a/content/common/all_messages.h b/content/common/all_messages.h |
index 6e9f289dce4c105bffbee2a267f2f46eb1c5f46b..b61a78c5cc0ea2e5ac4978020d74c3cb8382a9df 100644 |
--- a/content/common/all_messages.h |
+++ b/content/common/all_messages.h |
@@ -7,7 +7,10 @@ |
// up to date when adding a new value to the IPCMessageStart enum in |
// ipc/ipc_message_start.h to ensure the corresponding message file is |
// included here. |
+// |
+#include "ppapi/features/features.h" |
+ |
#include "content/common/content_message_generator.h" |
-#if defined(ENABLE_PLUGINS) |
+#if BUILDFLAG(ENABLE_PLUGINS) |
#include "ppapi/proxy/ppapi_messages.h" |
#endif |