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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month 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 | « webkit/media/webmediaplayer_delegate.h ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
similarity index 98%
rename from webkit/glue/webmediaplayer_impl.h
rename to webkit/media/webmediaplayer_impl.h
index 3acaa6f1d8b4e2369a851e528b03c936863f4655..c611f221464100ed064fbfa16af5a4d02de4a68a 100644
--- a/webkit/glue/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -45,8 +45,8 @@
// at destruction of this class we will need to unhook it from destruction event
// list of the main thread.
-#ifndef WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_
-#define WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_
+#ifndef WEBKIT_MEDIA_WEBMEDIAPLAYER_IMPL_H_
+#define WEBKIT_MEDIA_WEBMEDIAPLAYER_IMPL_H_
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
@@ -69,7 +69,7 @@ namespace media {
class MediaLog;
}
-namespace webkit_glue {
+namespace webkit_media {
class MediaResourceLoaderBridgeFactory;
class MediaStreamClient;
@@ -272,6 +272,6 @@ class WebMediaPlayerImpl
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl);
};
-} // namespace webkit_glue
+} // namespace webkit_media
-#endif // WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_
+#endif // WEBKIT_MEDIA_WEBMEDIAPLAYER_IMPL_H_
« no previous file with comments | « webkit/media/webmediaplayer_delegate.h ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698