Index: trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h (revision 243783) |
+++ trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h (working copy) |
@@ -13,7 +13,6 @@ |
#include "url/gurl.h" |
namespace ui { |
-class CandidateWindow; |
class KeyEvent; |
} // namespace ui |
@@ -22,6 +21,7 @@ |
class IBusText; |
namespace input_method { |
+class CandidateWindow; |
struct InputMethodProperty; |
struct KeyEventHandle; |
} // namespace input_method |
@@ -128,7 +128,7 @@ |
int preedit_cursor_; |
// The current candidate window. |
- scoped_ptr<ui::CandidateWindow> candidate_window_; |
+ scoped_ptr<input_method::CandidateWindow> candidate_window_; |
// The current candidate window property. |
CandidateWindowProperty candidate_window_property_; |