| OLD | NEW |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_GTK_H_ | 5 #ifndef VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_GTK_H_ |
| 6 #define VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_GTK_H_ | 6 #define VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_GTK_H_ |
| 7 | 7 |
| 8 #include "views/controls/native_control_gtk.h" | 8 #include "views/controls/native_control_gtk.h" |
| 9 #include "views/controls/textfield/native_textfield_wrapper.h" | 9 #include "views/controls/textfield/native_textfield_wrapper.h" |
| 10 | 10 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 // Overridden from NativeControlGtk: | 36 // Overridden from NativeControlGtk: |
| 37 virtual void CreateNativeControl(); | 37 virtual void CreateNativeControl(); |
| 38 virtual void NativeControlCreated(GtkWidget* widget); | 38 virtual void NativeControlCreated(GtkWidget* widget); |
| 39 | 39 |
| 40 private: | 40 private: |
| 41 DISALLOW_COPY_AND_ASSIGN(NativeTextfieldGtk); | 41 DISALLOW_COPY_AND_ASSIGN(NativeTextfieldGtk); |
| 42 }; | 42 }; |
| 43 | 43 |
| 44 } // namespace views | 44 } // namespace views |
| 45 | 45 |
| 46 #endif // VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_GTK_H_ | 46 #endif // VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_GTK_H_ |
| OLD | NEW |