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

Unified Diff: media/blink/buffered_data_source_host_impl_unittest.cc

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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/blink/buffered_data_source_host_impl.cc ('k') | media/blink/buffered_data_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/buffered_data_source_host_impl_unittest.cc
diff --git a/content/renderer/media/buffered_data_source_host_impl_unittest.cc b/media/blink/buffered_data_source_host_impl_unittest.cc
similarity index 93%
rename from content/renderer/media/buffered_data_source_host_impl_unittest.cc
rename to media/blink/buffered_data_source_host_impl_unittest.cc
index 6b5a5ecf14a6dd19cd77ab2f51cf823263a7d9b0..ef0a461afa523632601778461c0046c03d420d96 100644
--- a/content/renderer/media/buffered_data_source_host_impl_unittest.cc
+++ b/media/blink/buffered_data_source_host_impl_unittest.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/media/buffered_data_source_host_impl.h"
+#include "media/blink/buffered_data_source_host_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
+namespace media {
class BufferedDataSourceHostImplTest : public testing::Test {
public:
@@ -17,7 +17,7 @@ class BufferedDataSourceHostImplTest : public testing::Test {
protected:
BufferedDataSourceHostImpl host_;
- media::Ranges<base::TimeDelta> ranges_;
+ Ranges<base::TimeDelta> ranges_;
DISALLOW_COPY_AND_ASSIGN(BufferedDataSourceHostImplTest);
};
@@ -72,4 +72,4 @@ TEST_F(BufferedDataSourceHostImplTest, DidLoadingProgress) {
EXPECT_FALSE(host_.DidLoadingProgress());
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/blink/buffered_data_source_host_impl.cc ('k') | media/blink/buffered_data_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698