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

Unified Diff: webkit/media/web_data_source.cc

Issue 9836102: Fold WebDataSource into BufferedDataSource. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 9 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: webkit/media/web_data_source.cc
diff --git a/webkit/media/web_data_source.cc b/webkit/media/web_data_source.cc
deleted file mode 100644
index 4795caa2122854bcfe6ddbb7629426f329c4cbd5..0000000000000000000000000000000000000000
--- a/webkit/media/web_data_source.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "media/base/filters.h"
-#include "webkit/media/web_data_source.h"
-
-namespace webkit_media {
-
-WebDataSource::WebDataSource()
- : media::DataSource() {
-}
-
-WebDataSource::~WebDataSource() {
-}
-
-} // namespace webkit_media

Powered by Google App Engine
This is Rietveld 408576698