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 d0d802623cdcacdacb5940908e5feffb93163ed7..2d92a1c8971528a9f4d62691d2bd8d72adf3bba3 100644 |
--- a/chrome/browser/plugins/plugin_info_message_filter.h |
+++ b/chrome/browser/plugins/plugin_info_message_filter.h |
@@ -18,6 +18,7 @@ |
#include "components/content_settings/core/common/content_settings.h" |
#include "components/prefs/pref_member.h" |
#include "content/public/browser/browser_message_filter.h" |
+#include "third_party/widevine/cdm/cdm_features.h" |
struct ChromeViewHostMsg_GetPluginInfo_Output; |
enum class ChromeViewHostMsg_GetPluginInfo_Status; |
@@ -129,7 +130,7 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter { |
std::unique_ptr<PluginMetadata> plugin_metadata, |
IPC::Message* reply_msg); |
-#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). |