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

Unified Diff: media/tools/player_wtl/player_wtl.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_wtl/player.cc ('k') | media/tools/player_wtl/player_wtl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/player_wtl.h
diff --git a/media/player/player_wtl.h b/media/tools/player_wtl/player_wtl.h
similarity index 84%
rename from media/player/player_wtl.h
rename to media/tools/player_wtl/player_wtl.h
index d25e7e8aca11ea079cb957880ce55f55bbe5434e..96a866cc7254658d9d6d23bc576e134d8c564da8 100644
--- a/media/player/player_wtl.h
+++ b/media/tools/player_wtl/player_wtl.h
@@ -4,8 +4,8 @@
// Stand alone media player application used for testing the media library.
-#ifndef MEDIA_PLAYER_PLAYER_WTL_H_
-#define MEDIA_PLAYER_PLAYER_WTL_H_
+#ifndef MEDIA_TOOLS_PLAYER_WTL_PLAYER_WTL_H_
+#define MEDIA_TOOLS_PLAYER_WTL_PLAYER_WTL_H_
// Enable timing code by turning on TESTING macro.
//#define TESTING 1
@@ -25,4 +25,4 @@
extern CAppModule g_module;
-#endif // MEDIA_PLAYER_PLAYER_WTL_H_
+#endif // MEDIA_TOOLS_PLAYER_WTL_PLAYER_WTL_H_
« no previous file with comments | « media/tools/player_wtl/player.cc ('k') | media/tools/player_wtl/player_wtl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698