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

Unified Diff: chromecast/renderer/cast_content_renderer_client.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 | « no previous file | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/cast_content_renderer_client.h
diff --git a/chromecast/renderer/cast_content_renderer_client.h b/chromecast/renderer/cast_content_renderer_client.h
index 1b32841934d837538415345b523661ec67bf76a3..e7d4654d5d04335bc71b93db05069f3d652b0415 100644
--- a/chromecast/renderer/cast_content_renderer_client.h
+++ b/chromecast/renderer/cast_content_renderer_client.h
@@ -19,7 +19,7 @@ class CastContentRendererClient : public content::ContentRendererClient {
virtual void RenderThreadStarted() override;
virtual void RenderViewCreated(content::RenderView* render_view) override;
virtual void AddKeySystems(
- std::vector<content::KeySystemInfo>* key_systems) override;
+ std::vector< ::media::KeySystemInfo>* key_systems) override;
};
} // namespace shell
« no previous file with comments | « no previous file | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698