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

Unified Diff: webkit/media/webvideoframe_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_proxy.cc ('k') | webkit/media/webvideoframe_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webvideoframe_impl.h
diff --git a/webkit/glue/webvideoframe_impl.h b/webkit/media/webvideoframe_impl.h
similarity index 85%
rename from webkit/glue/webvideoframe_impl.h
rename to webkit/media/webvideoframe_impl.h
index 9cdf691f5fb862f36e930699dc0fc61f038d0ad1..f82c4d77cb236ec6ab8f7905f298ee8b3ad3c1dd 100644
--- a/webkit/glue/webvideoframe_impl.h
+++ b/webkit/media/webvideoframe_impl.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_WEBVIDEOFRAME_IMPL_H_
-#define WEBKIT_GLUE_WEBVIDEOFRAME_IMPL_H_
+#ifndef WEBKIT_MEDIA_WEBVIDEOFRAME_IMPL_H_
+#define WEBKIT_MEDIA_WEBVIDEOFRAME_IMPL_H_
#include "base/compiler_specific.h"
#include "media/base/video_frame.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebVideoFrame.h"
-namespace webkit_glue {
+namespace webkit_media {
class WebVideoFrameImpl : public WebKit::WebVideoFrame {
public:
@@ -31,6 +31,6 @@ class WebVideoFrameImpl : public WebKit::WebVideoFrame {
DISALLOW_COPY_AND_ASSIGN(WebVideoFrameImpl);
};
-} // namespace webkit_glue
+} // namespace webkit_media
-#endif // WEBKIT_GLUE_WEBVIDEOFRAME_IMPL_H_
+#endif // WEBKIT_MEDIA_WEBVIDEOFRAME_IMPL_H_
« no previous file with comments | « webkit/media/webmediaplayer_proxy.cc ('k') | webkit/media/webvideoframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698