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

Unified Diff: media/base/demuxer.cc

Issue 523283002: media: Introduce DemuxerStreamProvider interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: media/base/demuxer.cc
diff --git a/media/base/demuxer.cc b/media/base/demuxer.cc
index e7c38c3f221c78ff0c7aaee19575c2e37b608bee..36e64eba7b4f434fbcb1fbf7f219dcc16f251775 100644
--- a/media/base/demuxer.cc
+++ b/media/base/demuxer.cc
@@ -4,8 +4,6 @@
#include "media/base/demuxer.h"
-#include "base/logging.h"
-
namespace media {
DemuxerHost::~DemuxerHost() {}

Powered by Google App Engine
This is Rietveld 408576698