Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 3392e33def03484438f07e84b62a16de415f65a1..87909699050c02eda504c4179a2794702145c0ce 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" |
@@ -429,7 +430,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). |