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

Unified Diff: chromecast/renderer/key_systems_cast.h

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/cast_content_renderer_client.cc ('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 544876b85f65f187b81603a2e4dbec6e5ad351f0..36b21d5d045f8002a2bfc7e997940c17da8c82f1 100644
--- a/chromecast/renderer/key_systems_cast.h
+++ b/chromecast/renderer/key_systems_cast.h
@@ -15,14 +15,14 @@ namespace shell {
// Adds a single key system by name.
void AddKeySystemWithCodecs(
const std::string& key_system_name,
- std::vector<media::KeySystemInfo>* concrete_key_systems);
+ std::vector< ::media::KeySystemInfo>* concrete_key_systems);
void AddChromecastKeySystems(
- std::vector<media::KeySystemInfo>* key_systems_info);
+ std::vector< ::media::KeySystemInfo>* key_systems_info);
// TODO(gunsch): Remove when prefixed EME is removed.
void AddChromecastPlatformKeySystems(
- std::vector<media::KeySystemInfo>* key_systems_info);
+ std::vector< ::media::KeySystemInfo>* key_systems_info);
} // namespace shell
} // namespace chromecast
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698