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

Unified Diff: media/tools/player_wtl/mainfrm.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/list.h ('k') | media/tools/player_wtl/movie.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/mainfrm.h
diff --git a/media/player/mainfrm.h b/media/tools/player_wtl/mainfrm.h
similarity index 98%
rename from media/player/mainfrm.h
rename to media/tools/player_wtl/mainfrm.h
index e8cab003447f305c729b006bba65fe57ee9e8385..7379f719e7232fb7b872f9e5c142b74dd246f349 100644
--- a/media/player/mainfrm.h
+++ b/media/tools/player_wtl/mainfrm.h
@@ -2,13 +2,13 @@
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
-#ifndef MEDIA_PLAYER_MAINFRM_H_
-#define MEDIA_PLAYER_MAINFRM_H_
+#ifndef MEDIA_TOOLS_PLAYER_WTL_MAINFRM_H_
+#define MEDIA_TOOLS_PLAYER_WTL_MAINFRM_H_
-#include "media/player/list.h"
-#include "media/player/props.h"
-#include "media/player/seek.h"
-#include "media/player/view.h"
+#include "media/tools/player_wtl/list.h"
+#include "media/tools/player_wtl/props.h"
+#include "media/tools/player_wtl/seek.h"
+#include "media/tools/player_wtl/view.h"
const int POPUP_MENU_POSITION = 0;
const int FILE_MENU_POSITION = 0;
@@ -715,4 +715,4 @@ class CMainFrame : public CFrameWindowImpl<CMainFrame>,
}
};
-#endif // MEDIA_PLAYER_MAINFRM_H_
+#endif // MEDIA_TOOLS_PLAYER_WTL_MAINFRM_H_
« no previous file with comments | « media/tools/player_wtl/list.h ('k') | media/tools/player_wtl/movie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698