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

Unified Diff: media/tools/player_wtl/player_wtl.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/player_wtl.h ('k') | media/tools/player_wtl/player_wtl.ico » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/player_wtl.cc
diff --git a/media/player/player_wtl.cc b/media/tools/player_wtl/player_wtl.cc
similarity index 96%
rename from media/player/player_wtl.cc
rename to media/tools/player_wtl/player_wtl.cc
index 70f31c8ed2bc1e5ba9c44e555d888c666b107434..73abc95bdd7f81b595df0d045df2c30d02fca79e 100644
--- a/media/player/player_wtl.cc
+++ b/media/tools/player_wtl/player_wtl.cc
@@ -4,7 +4,7 @@
// Stand alone media player application used for testing the media library.
-#include "media/player/player_wtl.h"
+#include "media/tools/player_wtl/player_wtl.h"
#include "base/at_exit.h"
#include "base/command_line.h"
@@ -14,7 +14,7 @@
#include "media/filters/ffmpeg_demuxer.h"
#include "media/filters/ffmpeg_video_decoder.h"
#include "media/filters/file_data_source.h"
-#include "media/player/mainfrm.h"
+#include "media/tools/player_wtl/mainfrm.h"
// See player_wtl.h to enable timing code by turning on TESTING macro.
« no previous file with comments | « media/tools/player_wtl/player_wtl.h ('k') | media/tools/player_wtl/player_wtl.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698