| Index: ui/base/ime/chromeos/ibus_bridge.h
|
| diff --git a/ui/base/ime/chromeos/ibus_bridge.h b/ui/base/ime/chromeos/ibus_bridge.h
|
| index f175eb6dc7db952a422e7e1af72516f4f71fb114..59a106666698d8e5008cbff029c5741d508b1e0c 100644
|
| --- a/ui/base/ime/chromeos/ibus_bridge.h
|
| +++ b/ui/base/ime/chromeos/ibus_bridge.h
|
| @@ -18,13 +18,11 @@ class Rect;
|
| } // namespace gfx
|
|
|
| namespace ui {
|
| +class CandidateWindow;
|
| class KeyEvent;
|
| } // namespace ui
|
|
|
| namespace chromeos {
|
| -namespace input_method {
|
| -class CandidateWindow;
|
| -} // namespace input_method
|
|
|
| class IBusText;
|
|
|
| @@ -111,9 +109,8 @@ class UI_BASE_EXPORT IBusPanelCandidateWindowHandlerInterface {
|
| virtual ~IBusPanelCandidateWindowHandlerInterface() {}
|
|
|
| // Called when the IME updates the lookup table.
|
| - virtual void UpdateLookupTable(
|
| - const input_method::CandidateWindow& candidate_window,
|
| - bool visible) = 0;
|
| + virtual void UpdateLookupTable(const ui::CandidateWindow& candidate_window,
|
| + bool visible) = 0;
|
|
|
| // Called when the IME updates the preedit text. The |text| is given in
|
| // UTF-8 encoding.
|
|
|