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

Side by Side Diff: views/controls/textfield/native_textfield_gtk.h

Issue 113981: Get textfield to compile on linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « no previous file | views/controls/textfield/textfield.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. 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
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_
OLDNEW
« no previous file with comments | « no previous file | views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698