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

Side by Side Diff: views/controls/combobox/native_combobox_win.cc

Issue 3066014: Cleanup: Remove unneeded headers from app/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 10 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « views/controls/button/native_button.cc ('k') | views/controls/label.cc » ('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) 2010 The Chromium Authors. All rights reserved.
2 // source code is governed by a BSD-style license that can be found in the 2 // Use of this source code is governed by a BSD-style license that can be
3 // LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "views/controls/combobox/native_combobox_win.h" 5 #include "views/controls/combobox/native_combobox_win.h"
6 6
7 #include "app/combobox_model.h" 7 #include "app/combobox_model.h"
8 #include "app/l10n_util.h"
9 #include "app/resource_bundle.h" 8 #include "app/resource_bundle.h"
10 #include "base/i18n/rtl.h" 9 #include "base/i18n/rtl.h"
11 #include "gfx/font.h" 10 #include "gfx/font.h"
12 #include "gfx/native_theme_win.h" 11 #include "gfx/native_theme_win.h"
13 #include "views/controls/combobox/combobox.h" 12 #include "views/controls/combobox/combobox.h"
14 #include "views/widget/widget.h" 13 #include "views/widget/widget.h"
15 14
16 namespace views { 15 namespace views {
17 16
18 // Limit how small a combobox can be. 17 // Limit how small a combobox can be.
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 //////////////////////////////////////////////////////////////////////////////// 189 ////////////////////////////////////////////////////////////////////////////////
191 // NativeComboboxWrapper, public: 190 // NativeComboboxWrapper, public:
192 191
193 // static 192 // static
194 NativeComboboxWrapper* NativeComboboxWrapper::CreateWrapper( 193 NativeComboboxWrapper* NativeComboboxWrapper::CreateWrapper(
195 Combobox* combobox) { 194 Combobox* combobox) {
196 return new NativeComboboxWin(combobox); 195 return new NativeComboboxWin(combobox);
197 } 196 }
198 197
199 } // namespace views 198 } // namespace views
OLDNEW
« no previous file with comments | « views/controls/button/native_button.cc ('k') | views/controls/label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698