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

Unified Diff: media/tools/player_x11/x11_video_renderer.h

Issue 431046: Re-organizing all tools under /src/media to be consistent with the rest of the repository. (Closed)
Patch Set: Created 11 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 | « media/tools/player_x11/player_x11.cc ('k') | media/tools/player_x11/x11_video_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_x11/x11_video_renderer.h
diff --git a/media/player/x11_video_renderer.h b/media/tools/player_x11/x11_video_renderer.h
similarity index 91%
rename from media/player/x11_video_renderer.h
rename to media/tools/player_x11/x11_video_renderer.h
index 66f01371fdb20f530c08a3406f4d23d8b202bd58..68d7c29c2db93cefd7d92d33ff15df1619a6fe97 100644
--- a/media/player/x11_video_renderer.h
+++ b/media/tools/player_x11/x11_video_renderer.h
@@ -2,8 +2,8 @@
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
-#ifndef MEDIA_PLAYER_X11_VIDEO_RENDERER_H_
-#define MEDIA_PLAYER_X11_VIDEO_RENDERER_H_
+#ifndef MEDIA_TOOLS_PLAYER_X11_X11_VIDEO_RENDERER_H_
+#define MEDIA_TOOLS_PLAYER_X11_X11_VIDEO_RENDERER_H_
#include <X11/Xlib.h>
@@ -67,4 +67,4 @@ class X11VideoRenderer : public media::VideoRendererBase {
DISALLOW_COPY_AND_ASSIGN(X11VideoRenderer);
};
-#endif // MEDIA_PLAYER_X11_VIDEO_RENDERER_H_
+#endif // MEDIA_TOOLS_PLAYER_X11_X11_VIDEO_RENDERER_H_
« no previous file with comments | « media/tools/player_x11/player_x11.cc ('k') | media/tools/player_x11/x11_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698