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

Unified Diff: media/blink/active_loader.h

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Android fixes 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
Index: media/blink/active_loader.h
diff --git a/content/renderer/media/active_loader.h b/media/blink/active_loader.h
similarity index 82%
rename from content/renderer/media/active_loader.h
rename to media/blink/active_loader.h
index 1c30214b92cfa60fbab3479fecd6bb40a5ae97bf..da201374a9ba77eb3583364042154e12d36ce784 100644
--- a/content/renderer/media/active_loader.h
+++ b/media/blink/active_loader.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_MEDIA_ACTIVE_LOADER_H_
-#define CONTENT_RENDERER_MEDIA_ACTIVE_LOADER_H_
+#ifndef MEDIA_BLINK_ACTIVE_LOADER_H_
+#define MEDIA_BLINK_ACTIVE_LOADER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -12,7 +12,7 @@ namespace blink {
class WebURLLoader;
}
-namespace content {
+namespace media {
// Wraps an active WebURLLoader with some additional state.
//
@@ -37,6 +37,6 @@ class ActiveLoader {
DISALLOW_IMPLICIT_CONSTRUCTORS(ActiveLoader);
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_RENDERER_MEDIA_ACTIVE_LOADER_H_
+#endif // MEDIA_BLINK_ACTIVE_LOADER_H_
« media/blink/BUILD.gn ('K') | « media/blink/DEPS ('k') | media/blink/active_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698