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

Unified Diff: media/blink/active_loader.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/active_loader.h ('k') | media/blink/buffered_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/active_loader.cc
diff --git a/content/renderer/media/active_loader.cc b/media/blink/active_loader.cc
similarity index 77%
rename from content/renderer/media/active_loader.cc
rename to media/blink/active_loader.cc
index 6951514e5b112936fc79734c82745908836adbe2..2f1e084ebcaa9f8a0c15007a7466edd1cc49f217 100644
--- a/content/renderer/media/active_loader.cc
+++ b/media/blink/active_loader.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/media/active_loader.h"
+#include "media/blink/active_loader.h"
-#include "content/renderer/media/buffered_resource_loader.h"
+#include "media/blink/buffered_resource_loader.h"
#include "third_party/WebKit/public/platform/WebURLLoader.h"
-namespace content {
+namespace media {
ActiveLoader::ActiveLoader(scoped_ptr<blink::WebURLLoader> loader)
: loader_(loader.Pass()),
@@ -23,4 +23,4 @@ void ActiveLoader::SetDeferred(bool deferred) {
loader_->setDefersLoading(deferred);
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/blink/active_loader.h ('k') | media/blink/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698