| Index: chrome/browser/chromeos/input_method/input_method_engine.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| index 77630953991559468808f866dd5a8c865177fd6e..97b88bf8f412230e68831046cc64c70fa3edcc5b 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| @@ -12,6 +12,7 @@
|
| #include "url/gurl.h"
|
|
|
| namespace ui {
|
| +class CandidateWindow;
|
| class KeyEvent;
|
| } // namespace ui
|
|
|
| @@ -20,7 +21,6 @@ namespace chromeos {
|
| class IBusText;
|
|
|
| namespace input_method {
|
| -class CandidateWindow;
|
| struct InputMethodProperty;
|
| struct KeyEventHandle;
|
| } // namespace input_method
|
| @@ -122,7 +122,7 @@ class InputMethodEngine : public InputMethodEngineInterface {
|
| int preedit_cursor_;
|
|
|
| // The current candidate window.
|
| - scoped_ptr<input_method::CandidateWindow> candidate_window_;
|
| + scoped_ptr<ui::CandidateWindow> candidate_window_;
|
|
|
| // The current candidate window property.
|
| CandidateWindowProperty candidate_window_property_;
|
|
|