summaryrefslogtreecommitdiffstats
path: root/components/cdm/renderer/widevine_key_systems.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/cdm/renderer/widevine_key_systems.h')
-rw-r--r--components/cdm/renderer/widevine_key_systems.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/cdm/renderer/widevine_key_systems.h b/components/cdm/renderer/widevine_key_systems.h
index ab1966f..1d42b3b 100644
--- a/components/cdm/renderer/widevine_key_systems.h
+++ b/components/cdm/renderer/widevine_key_systems.h
@@ -7,7 +7,8 @@
#include <vector>
-#include "content/public/renderer/key_system_info.h"
+#include "build/build_config.h"
+#include "media/base/key_system_info.h"
namespace cdm {
@@ -20,8 +21,8 @@ enum WidevineCdmType {
void AddWidevineWithCodecs(
WidevineCdmType widevine_cdm_type,
- content::SupportedCodecs supported_codecs,
- std::vector<content::KeySystemInfo>* concrete_key_systems);
+ media::SupportedCodecs supported_codecs,
+ std::vector<media::KeySystemInfo>* concrete_key_systems);
} // namespace cdm