Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index fe396fc3a773dcc724e47798e0e6e0e2acc4160d..77c3293b883d4a7795e094b5252d547a0dbd186b 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -23,6 +23,7 @@ |
#include "ipc/ipc_channel_handle.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_platform_file.h" |
+#include "ppapi/features/features.h" |
#include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptReply.h" |
#include "third_party/WebKit/public/web/WebConsoleMessage.h" |
#include "third_party/WebKit/public/web/WebWindowFeatures.h" |
@@ -428,7 +429,7 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_GetPluginInfo, |
std::string /* mime_type */, |
ChromeViewHostMsg_GetPluginInfo_Output /* output */) |
-#if defined(ENABLE_PEPPER_CDMS) |
+#if BUILDFLAG(ENABLE_PEPPER_CDMS) |
// Returns whether any internal plugin supporting |mime_type| is registered and |
// enabled. Does not determine whether the plugin can actually be instantiated |
// (e.g. whether it has all its dependencies). |