Chromium Code Reviews| Index: chrome/browser/chromeos/input_method/input_method_manager_impl.h |
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h |
| index 6ccc24f33cf7f018fb6abb81feee51e4315a33f6..3fbb7ecb1327f092191dba38b49cffecdccced64 100644 |
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h |
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h |
| @@ -25,6 +25,7 @@ class InputMethodEngine; |
| namespace input_method { |
| class InputMethodDelegate; |
| class ImeKeyboard; |
| +class ImeKeyboardX11; |
|
Shu Chen
2014/11/04 06:17:08
why add this?
FengYuan
2014/11/04 07:11:19
removed.
|
| // The implementation of InputMethodManager. |
| class InputMethodManagerImpl : public InputMethodManager, |