Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4932)

Unified Diff: chromecast/renderer/key_systems_cast.h

Issue 665343002: Move KeySystemInfo to media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/renderer/DEPS ('k') | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/key_systems_cast.h
diff --git a/chromecast/renderer/key_systems_cast.h b/chromecast/renderer/key_systems_cast.h
index 5853c688d462322902c9a0c622380da97aa9e097..544876b85f65f187b81603a2e4dbec6e5ad351f0 100644
--- a/chromecast/renderer/key_systems_cast.h
+++ b/chromecast/renderer/key_systems_cast.h
@@ -7,7 +7,7 @@
#include <vector>
-#include "content/public/renderer/key_system_info.h"
+#include "media/base/key_system_info.h"
namespace chromecast {
namespace shell {
@@ -15,14 +15,14 @@ namespace shell {
// Adds a single key system by name.
void AddKeySystemWithCodecs(
const std::string& key_system_name,
- std::vector<content::KeySystemInfo>* concrete_key_systems);
+ std::vector<media::KeySystemInfo>* concrete_key_systems);
void AddChromecastKeySystems(
- std::vector<content::KeySystemInfo>* key_systems_info);
+ std::vector<media::KeySystemInfo>* key_systems_info);
// TODO(gunsch): Remove when prefixed EME is removed.
void AddChromecastPlatformKeySystems(
- std::vector<content::KeySystemInfo>* key_systems_info);
+ std::vector<media::KeySystemInfo>* key_systems_info);
} // namespace shell
} // namespace chromecast
« no previous file with comments | « chromecast/renderer/DEPS ('k') | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698