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

Side by Side Diff: ui/views/ime/input_method.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
« no previous file with comments | « ui/views/focus/widget_focus_manager.h ('k') | ui/views/ime/input_method_delegate.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) 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_IME_INPUT_METHOD_H_ 5 #ifndef UI_VIEWS_IME_INPUT_METHOD_H_
6 #define UI_VIEWS_IME_INPUT_METHOD_H_ 6 #define UI_VIEWS_IME_INPUT_METHOD_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/i18n/rtl.h" 12 #include "base/i18n/rtl.h"
13 #include "ui/base/ime/text_input_type.h" 13 #include "ui/base/ime/text_input_type.h"
14 #include "views/views_export.h" 14 #include "ui/views/views_export.h"
15 15
16 namespace ui { 16 namespace ui {
17 class TextInputClient; 17 class TextInputClient;
18 } // namespace ui 18 } // namespace ui
19 19
20 namespace views { 20 namespace views {
21 21
22 namespace internal { 22 namespace internal {
23 class InputMethodDelegate; 23 class InputMethodDelegate;
24 } // namespace internal 24 } // namespace internal
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 107
108 // Returns true if the input method is a mock and not real. 108 // Returns true if the input method is a mock and not real.
109 virtual bool IsMock() const = 0; 109 virtual bool IsMock() const = 0;
110 110
111 // TODO(suzhe): Support mouse/touch event. 111 // TODO(suzhe): Support mouse/touch event.
112 }; 112 };
113 113
114 } // namespace views 114 } // namespace views
115 115
116 #endif // UI_VIEWS_IME_INPUT_METHOD_H_ 116 #endif // UI_VIEWS_IME_INPUT_METHOD_H_
OLDNEW
« no previous file with comments | « ui/views/focus/widget_focus_manager.h ('k') | ui/views/ime/input_method_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698