| 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 5c0efb96278619264f751614cc7a4ff6c23489d2..939333f3aef7d2dec7237d9792944fd1138931b6 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| @@ -13,6 +13,7 @@
|
| #include "url/gurl.h"
|
|
|
| namespace ui {
|
| +class CandidateWindow;
|
| class KeyEvent;
|
| } // namespace ui
|
|
|
| @@ -21,7 +22,6 @@ namespace chromeos {
|
| class IBusText;
|
|
|
| namespace input_method {
|
| -class CandidateWindow;
|
| struct InputMethodProperty;
|
| struct KeyEventHandle;
|
| } // namespace input_method
|
| @@ -128,7 +128,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_;
|
|
|