Index: components/cdm/renderer/widevine_key_system_properties.cc |
diff --git a/components/cdm/renderer/widevine_key_system_properties.cc b/components/cdm/renderer/widevine_key_system_properties.cc |
index bb08615597e825722826e39238776baddad3763d..d0750491c371285c9aa34575a15e5bb064f8b009 100644 |
--- a/components/cdm/renderer/widevine_key_system_properties.cc |
+++ b/components/cdm/renderer/widevine_key_system_properties.cc |
@@ -4,6 +4,7 @@ |
#include "components/cdm/renderer/widevine_key_system_properties.h" |
+#include "third_party/widevine/cdm/cdm_features.h" |
#include "widevine_cdm_version.h" // In SHARED_INTERMEDIATE_DIR. |
#if defined(WIDEVINE_CDM_AVAILABLE) |
@@ -165,7 +166,7 @@ EmeFeatureSupport WidevineKeySystemProperties::GetDistinctiveIdentifierSupport() |
return distinctive_identifier_support_; |
} |
-#if defined(ENABLE_PEPPER_CDMS) |
+#if BUILDFLAG(ENABLE_PEPPER_CDMS) |
std::string WidevineKeySystemProperties::GetPepperType() const { |
return kWidevineCdmPluginMimeType; |
} |