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

Side by Side Diff: ui/views/controls/textfield/native_textfield_views.h

Issue 8771006: views: Move the remaining file from views/ to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 UI_VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_VIEWS_H_ 5 #ifndef UI_VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_VIEWS_H_
6 #define UI_VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_VIEWS_H_ 6 #define UI_VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_VIEWS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "base/string16.h" 10 #include "base/string16.h"
11 #include "ui/base/ime/text_input_client.h" 11 #include "ui/base/ime/text_input_client.h"
12 #include "ui/base/models/simple_menu_model.h" 12 #include "ui/base/models/simple_menu_model.h"
13 #include "ui/gfx/font.h" 13 #include "ui/gfx/font.h"
14 #include "ui/views/border.h"
14 #include "ui/views/context_menu_controller.h" 15 #include "ui/views/context_menu_controller.h"
15 #include "ui/views/controls/textfield/native_textfield_wrapper.h" 16 #include "ui/views/controls/textfield/native_textfield_wrapper.h"
16 #include "ui/views/controls/textfield/textfield_views_model.h" 17 #include "ui/views/controls/textfield/textfield_views_model.h"
17 #include "ui/views/drag_controller.h" 18 #include "ui/views/drag_controller.h"
18 #include "ui/views/touchui/touch_selection_controller.h" 19 #include "ui/views/touchui/touch_selection_controller.h"
19 #include "ui/views/view.h" 20 #include "ui/views/view.h"
20 #include "views/border.h"
21 21
22 namespace base { 22 namespace base {
23 class Time; 23 class Time;
24 } 24 }
25 25
26 namespace gfx { 26 namespace gfx {
27 class Canvas; 27 class Canvas;
28 } 28 }
29 29
30 namespace views { 30 namespace views {
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 scoped_ptr<views::MenuRunner> context_menu_runner_; 258 scoped_ptr<views::MenuRunner> context_menu_runner_;
259 259
260 scoped_ptr<TouchSelectionController> touch_selection_controller_; 260 scoped_ptr<TouchSelectionController> touch_selection_controller_;
261 261
262 DISALLOW_COPY_AND_ASSIGN(NativeTextfieldViews); 262 DISALLOW_COPY_AND_ASSIGN(NativeTextfieldViews);
263 }; 263 };
264 264
265 } // namespace views 265 } // namespace views
266 266
267 #endif // UI_VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_VIEWS_H_ 267 #endif // UI_VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_VIEWS_H_
OLDNEW
« no previous file with comments | « ui/views/controls/table/table_view.h ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698