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

Unified Diff: chromecast/renderer/key_systems_cast_simple.cc

Issue 683893003: Chromecast buildfix: content::KeySystemsInfo moved to media namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/key_systems_cast.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/key_systems_cast_simple.cc
diff --git a/chromecast/renderer/key_systems_cast_simple.cc b/chromecast/renderer/key_systems_cast_simple.cc
index 395c2b7b067e8306cbe580a4692e5285130d8904..e5ca3783c3e53bd54d1a46edb2915ed5fc617213 100644
--- a/chromecast/renderer/key_systems_cast_simple.cc
+++ b/chromecast/renderer/key_systems_cast_simple.cc
@@ -8,7 +8,7 @@ namespace chromecast {
namespace shell {
void AddChromecastPlatformKeySystems(
- std::vector<content::KeySystemInfo>* key_systems_info) {
+ std::vector< ::media::KeySystemInfo>* key_systems_info) {
// Intentional no-op for public build.
}
« no previous file with comments | « chromecast/renderer/key_systems_cast.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698