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

Unified Diff: media/tools/player_wtl/seek.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/resource.h ('k') | media/tools/player_wtl/toolbar.bmp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/seek.h
diff --git a/media/player/seek.h b/media/tools/player_wtl/seek.h
similarity index 94%
rename from media/player/seek.h
rename to media/tools/player_wtl/seek.h
index b9adc85d5383587af2e89eda6fc6dde717f3ad59..84f3c95e9e337e597e2273b23fc6f1236b515498 100644
--- a/media/player/seek.h
+++ b/media/tools/player_wtl/seek.h
@@ -2,10 +2,10 @@
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
-#ifndef MEDIA_PLAYER_SEEK_H_
-#define MEDIA_PLAYER_SEEK_H_
+#ifndef MEDIA_TOOLS_PLAYER_WTL_SEEK_H_
+#define MEDIA_TOOLS_PLAYER_WTL_SEEK_H_
-#include "media/player/player_wtl.h"
+#include "media/tools/player_wtl/player_wtl.h"
// Movie seek dialog.
// TODO(fbachard): Frame properties only work for images, so
@@ -94,4 +94,4 @@ class CSeek : public CSimpleDialog<IDD_SEEK>,
}
};
-#endif // MEDIA_PLAYER_SEEK_H_
+#endif // MEDIA_TOOLS_PLAYER_WTL_SEEK_H_
« no previous file with comments | « media/tools/player_wtl/resource.h ('k') | media/tools/player_wtl/toolbar.bmp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698