OLD | NEW |
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_IBUS_H_ | 5 #ifndef UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ |
6 #define UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ | 6 #define UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ |
7 #pragma once | 7 #pragma once |
8 | 8 |
9 #include <set> | 9 #include <set> |
10 #include <string> | 10 #include <string> |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 // An object to compose a character from a sequence of key presses | 192 // An object to compose a character from a sequence of key presses |
193 // including dead key etc. | 193 // including dead key etc. |
194 ui::CharacterComposer character_composer_; | 194 ui::CharacterComposer character_composer_; |
195 | 195 |
196 DISALLOW_COPY_AND_ASSIGN(InputMethodIBus); | 196 DISALLOW_COPY_AND_ASSIGN(InputMethodIBus); |
197 }; | 197 }; |
198 | 198 |
199 } // namespace views | 199 } // namespace views |
200 | 200 |
201 #endif // UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ | 201 #endif // UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ |
OLD | NEW |