| Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| index c8adb111a85795885d5b67f566b18296c1e134fe..3c8b8caa0cca1c27454ce28c937ac75ccb1f774d 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| @@ -14,7 +14,6 @@
|
|
|
| namespace chromeos {
|
|
|
| -class IBusComponent;
|
| class IBusText;
|
|
|
| class IBusEngineFactoryService;
|
| @@ -151,9 +150,6 @@ class InputMethodEngineIBus : public InputMethodEngine,
|
| scoped_ptr<IBusText> preedit_text_;
|
| int preedit_cursor_;
|
|
|
| - // The current engine component.
|
| - scoped_ptr<IBusComponent> component_;
|
| -
|
| // The current candidate window.
|
| scoped_ptr<input_method::CandidateWindow> candidate_window_;
|
|
|
|
|