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

Side by Side 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 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
2 // source code is governed by a BSD-style license that can be found in the 2 // source code is governed by a BSD-style license that can be found in the
3 // LICENSE file. 3 // LICENSE file.
4 4
5 #ifndef MEDIA_PLAYER_LIST_H_ 5 #ifndef MEDIA_TOOLS_PLAYER_WTL_LIST_H_
6 #define MEDIA_PLAYER_LIST_H_ 6 #define MEDIA_TOOLS_PLAYER_WTL_LIST_H_
7 7
8 #include "media/player/player_wtl.h" 8 #include "media/player/player_wtl.h"
9 9
10 // Recent Files list. 10 // Recent Files list.
11 class CMruList : public CWindowImpl<CMruList, CListBox> { 11 class CMruList : public CWindowImpl<CMruList, CListBox> {
12 public: 12 public:
13 13
14 CMruList() { 14 CMruList() {
15 size_.cx = 400; 15 size_.cx = 400;
16 size_.cy = 150; 16 size_.cy = 150;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 break; 117 break;
118 } 118 }
119 return result; 119 return result;
120 } 120 }
121 121
122 private: 122 private:
123 123
124 SIZE size_; 124 SIZE size_;
125 }; 125 };
126 126
127 #endif // MEDIA_PLAYER_LIST_H_ 127 #endif // MEDIA_TOOLS_PLAYER_WTL_LIST_H_
OLDNEW
« 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