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

Unified Diff: media/tools/player_wtl/list.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/media_bench/media_bench.cc ('k') | media/tools/player_wtl/mainfrm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/list.h
diff --git a/media/player/list.h b/media/tools/player_wtl/list.h
similarity index 96%
rename from media/player/list.h
rename to media/tools/player_wtl/list.h
index ee0be75c8be0763d992bb7d4f9457d5ffaf2bfbe..2e9705b50a7f628ab6129e4acd8c346565b4e455 100644
--- a/media/player/list.h
+++ b/media/tools/player_wtl/list.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_LIST_H_
-#define MEDIA_PLAYER_LIST_H_
+#ifndef MEDIA_TOOLS_PLAYER_WTL_LIST_H_
+#define MEDIA_TOOLS_PLAYER_WTL_LIST_H_
#include "media/player/player_wtl.h"
@@ -124,4 +124,4 @@ class CMruList : public CWindowImpl<CMruList, CListBox> {
SIZE size_;
};
-#endif // MEDIA_PLAYER_LIST_H_
+#endif // MEDIA_TOOLS_PLAYER_WTL_LIST_H_
« no previous file with comments | « media/tools/media_bench/media_bench.cc ('k') | media/tools/player_wtl/mainfrm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698