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

Unified Diff: media/tools/player_wtl/movie.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/mainfrm.h ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/movie.h
diff --git a/media/player/movie.h b/media/tools/player_wtl/movie.h
similarity index 92%
rename from media/player/movie.h
rename to media/tools/player_wtl/movie.h
index 8bbbc68b02ff5cc00fc007a2264ba340d822dd2b..ed8118259ddb076b6ba04a8fb79cf39117107c96 100644
--- a/media/player/movie.h
+++ b/media/tools/player_wtl/movie.h
@@ -4,10 +4,10 @@
// Movie class for WTL forms to call to control the media pipeline.
-#ifndef MEDIA_PLAYER_MOVIE_H_
-#define MEDIA_PLAYER_MOVIE_H_
+#ifndef MEDIA_TOOLS_PLAYER_WTL_MOVIE_H_
+#define MEDIA_TOOLS_PLAYER_WTL_MOVIE_H_
-#include "media/player/player_wtl.h"
+#include "media/tools/player_wtl/player_wtl.h"
#include "base/scoped_ptr.h"
#include "base/singleton.h"
@@ -95,4 +95,4 @@ class Movie : public Singleton<Movie> {
} // namespace media
-#endif // MEDIA_PLAYER_MOVIE_H_
+#endif // MEDIA_TOOLS_PLAYER_WTL_MOVIE_H_
« no previous file with comments | « media/tools/player_wtl/mainfrm.h ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698