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

Side by Side Diff: views/controls/combobox/native_combobox_gtk.h

Issue 3017036: views: Fix bad license headers found in some files (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: revert vertical whitespace 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
« no previous file with comments | « views/controls/button/radio_button.h ('k') | views/controls/combobox/native_combobox_win.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) 2010 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 #ifndef VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_GTK_H_ 5 #ifndef VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_GTK_H_
6 #define VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_GTK_H_ 6 #define VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include "app/gtk_signal.h" 9 #include "app/gtk_signal.h"
10 #include "views/controls/combobox/native_combobox_wrapper.h" 10 #include "views/controls/combobox/native_combobox_wrapper.h"
11 #include "views/controls/native_control_gtk.h" 11 #include "views/controls/native_control_gtk.h"
12 12
13 namespace views { 13 namespace views {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 // The preferred size from the last size_request. See 45 // The preferred size from the last size_request. See
46 // NativeButtonGtk::preferred_size_ for more detail why we need this. 46 // NativeButtonGtk::preferred_size_ for more detail why we need this.
47 gfx::Size preferred_size_; 47 gfx::Size preferred_size_;
48 48
49 DISALLOW_COPY_AND_ASSIGN(NativeComboboxGtk); 49 DISALLOW_COPY_AND_ASSIGN(NativeComboboxGtk);
50 }; 50 };
51 51
52 } // namespace views 52 } // namespace views
53 53
54 #endif // VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_GTK_H_ 54 #endif // VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_GTK_H_
OLDNEW
« no previous file with comments | « views/controls/button/radio_button.h ('k') | views/controls/combobox/native_combobox_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698