Index: trunk/src/ui/base/ime/chromeos/ibus_bridge.h |
=================================================================== |
--- trunk/src/ui/base/ime/chromeos/ibus_bridge.h (revision 243783) |
+++ trunk/src/ui/base/ime/chromeos/ibus_bridge.h (working copy) |
@@ -18,11 +18,13 @@ |
} // namespace gfx |
namespace ui { |
-class CandidateWindow; |
class KeyEvent; |
} // namespace ui |
namespace chromeos { |
+namespace input_method { |
+class CandidateWindow; |
+} // namespace input_method |
class IBusText; |
@@ -109,8 +111,9 @@ |
virtual ~IBusPanelCandidateWindowHandlerInterface() {} |
// Called when the IME updates the lookup table. |
- virtual void UpdateLookupTable(const ui::CandidateWindow& candidate_window, |
- bool visible) = 0; |
+ virtual void UpdateLookupTable( |
+ const input_method::CandidateWindow& candidate_window, |
+ bool visible) = 0; |
// Called when the IME updates the preedit text. The |text| is given in |
// UTF-8 encoding. |