Index: media/base/key_system_properties.cc |
diff --git a/media/base/key_system_properties.cc b/media/base/key_system_properties.cc |
index 05b59cdd17dfa6bfae79f67ded342a13f25e4aff..5c6bcb568a8a948bfea1005b7a2f1d240e56746e 100644 |
--- a/media/base/key_system_properties.cc |
+++ b/media/base/key_system_properties.cc |
@@ -5,6 +5,7 @@ |
#include "media/base/key_system_properties.h" |
#include "base/logging.h" |
+#include "ppapi/features/features.h" |
namespace media { |
@@ -20,7 +21,7 @@ bool KeySystemProperties::UseAesDecryptor() const { |
} |
std::string KeySystemProperties::GetPepperType() const { |
-#if !defined(ENABLE_PEPPER_CDMS) |
+#if !BUILDFLAG(ENABLE_PEPPER_CDMS) |
NOTREACHED(); |
#endif |
return ""; |