Index: chrome/browser/plugins/plugin_info_message_filter.h |
diff --git a/chrome/browser/plugins/plugin_info_message_filter.h b/chrome/browser/plugins/plugin_info_message_filter.h |
index 3c3506b526877cf2edfb0f216fe3ebd7146475be..d0d802623cdcacdacb5940908e5feffb93163ed7 100644 |
--- a/chrome/browser/plugins/plugin_info_message_filter.h |
+++ b/chrome/browser/plugins/plugin_info_message_filter.h |
@@ -18,7 +18,6 @@ |
#include "components/content_settings/core/common/content_settings.h" |
#include "components/prefs/pref_member.h" |
#include "content/public/browser/browser_message_filter.h" |
-#include "ppapi/features/features.h" |
struct ChromeViewHostMsg_GetPluginInfo_Output; |
enum class ChromeViewHostMsg_GetPluginInfo_Status; |
@@ -130,7 +129,7 @@ |
std::unique_ptr<PluginMetadata> plugin_metadata, |
IPC::Message* reply_msg); |
-#if BUILDFLAG(ENABLE_PEPPER_CDMS) |
+#if defined(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). |