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

Unified Diff: media/base/demuxer.cc

Issue 8936014: Removing DataSource from Filter hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build busters Created 9 years 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
Index: media/base/demuxer.cc
diff --git a/media/base/demuxer.cc b/media/base/demuxer.cc
index 83bfce348f5a4fcec02b5e100a986c81f100d609..b5d45add36d6529e86738491548acdbf06ade9ab 100644
--- a/media/base/demuxer.cc
+++ b/media/base/demuxer.cc
@@ -12,7 +12,7 @@ Demuxer::Demuxer() : host_(NULL) {}
Demuxer::~Demuxer() {}
-void Demuxer::set_host(FilterHost* host) {
+void Demuxer::set_host(DemuxerHost* host) {
DCHECK(host);
DCHECK(!host_);
host_ = host;

Powered by Google App Engine
This is Rietveld 408576698