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

Unified Diff: media/tools/player_wtl/view.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/toolbar.bmp ('k') | media/tools/player_wtl/wtl_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/view.h
diff --git a/media/player/view.h b/media/tools/player_wtl/view.h
similarity index 97%
rename from media/player/view.h
rename to media/tools/player_wtl/view.h
index 040a3cf5cf02ea26a5c6b3aeacce8039867404cf..ce55c108326964adb8364dd6890f5937e376c162 100644
--- a/media/player/view.h
+++ b/media/tools/player_wtl/view.h
@@ -2,8 +2,8 @@
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
-#ifndef MEDIA_PLAYER_VIEW_H_
-#define MEDIA_PLAYER_VIEW_H_
+#ifndef MEDIA_TOOLS_PLAYER_WTL_VIEW_H_
+#define MEDIA_TOOLS_PLAYER_WTL_VIEW_H_
#include <stdio.h>
#include <process.h>
@@ -11,9 +11,9 @@
#include "media/base/buffers.h"
#include "media/base/yuv_convert.h"
-#include "media/player/movie.h"
-#include "media/player/player_wtl.h"
-#include "media/player/wtl_renderer.h"
+#include "media/tools/player_wtl/movie.h"
+#include "media/tools/player_wtl/player_wtl.h"
+#include "media/tools/player_wtl/wtl_renderer.h"
// Fetchs current time as milliseconds.
// Returns as double for high duration and precision.
@@ -417,4 +417,4 @@ class WtlVideoWindow : public CScrollWindowImpl<WtlVideoWindow> {
DISALLOW_COPY_AND_ASSIGN(WtlVideoWindow);
};
-#endif // MEDIA_PLAYER_VIEW_H_
+#endif // MEDIA_TOOLS_PLAYER_WTL_VIEW_H_
« no previous file with comments | « media/tools/player_wtl/toolbar.bmp ('k') | media/tools/player_wtl/wtl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698