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

Unified Diff: media/tools/player_x11/player_x11.cc

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_wtl/wtl_renderer.cc ('k') | media/tools/player_x11/x11_video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_x11/player_x11.cc
diff --git a/media/player/player_x11.cc b/media/tools/player_x11/player_x11.cc
similarity index 98%
rename from media/player/player_x11.cc
rename to media/tools/player_x11/player_x11.cc
index 24d74304f099d1be2dcd9534fe20dbbb616d5a05..f8263e964c2ae7915e24ea198df6f34d73a9ac10 100644
--- a/media/player/player_x11.cc
+++ b/media/tools/player_x11/player_x11.cc
@@ -18,7 +18,7 @@
#include "media/filters/ffmpeg_video_decoder.h"
#include "media/filters/file_data_source.h"
#include "media/filters/null_audio_renderer.h"
-#include "media/player/x11_video_renderer.h"
+#include "media/tools/player_x11/x11_video_renderer.h"
Display* g_display;
Window g_window;
« no previous file with comments | « media/tools/player_wtl/wtl_renderer.cc ('k') | media/tools/player_x11/x11_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698