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

Unified Diff: media/base/data_source.cc

Issue 224093011: Move DataSourceHost to BufferedDataSourceHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows release build. Created 6 years, 8 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 | « media/base/data_source.h ('k') | media/base/mock_data_source_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/data_source.cc
diff --git a/media/base/data_source.cc b/media/base/data_source.cc
index fb5012810d4ec2bd10905edba5a356574a288519..c8ab4461b5d0f74276e3423232ab0ec8e05e2153 100644
--- a/media/base/data_source.cc
+++ b/media/base/data_source.cc
@@ -11,8 +11,6 @@ namespace media {
// static
const int DataSource::kReadError = -1;
-DataSourceHost::~DataSourceHost() {}
-
DataSource::DataSource() {}
DataSource::~DataSource() {}
« no previous file with comments | « media/base/data_source.h ('k') | media/base/mock_data_source_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698