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 812d566cfc7a7e04b1687da5adf69288ccba2de4..3279496a9c6ec11526acf14b91259a2f7f0960a1 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h |
@@ -17,11 +17,11 @@ |
namespace chromeos { |
class IBusComponent; |
-class IBusLookupTable; |
class IBusText; |
class IBusEngineService; |
namespace input_method { |
+class CandidateWindow; |
struct KeyEventHandle; |
} // namespace input_method |
@@ -164,8 +164,8 @@ class InputMethodEngineIBus : public InputMethodEngine, |
// The current engine component. |
scoped_ptr<IBusComponent> component_; |
- // The current lookup table. |
- scoped_ptr<IBusLookupTable> table_; |
+ // The current candidate window. |
+ scoped_ptr<input_method::CandidateWindow> candidate_window_; |
// The current candidate window property. |
CandidateWindowProperty candidate_window_property_; |