| 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 f19d6358cb7646575ac9db45adaf205e4767b53e..ac8fe0ff9fdb8d580e292e4b6de3e52eded50f49 100644 | 
| --- a/chrome/browser/chromeos/input_method/input_method_engine.h | 
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.h | 
| @@ -18,13 +18,11 @@ class Profile; | 
| namespace ui { | 
| class CandidateWindow; | 
| class KeyEvent; | 
| -}  // namespace ui | 
|  | 
| -namespace ash { | 
| namespace ime { | 
| struct InputMethodMenuItem; | 
| }  // namespace ime | 
| -}  // namespace ash | 
| +}  // namespace ui | 
|  | 
| namespace chromeos { | 
|  | 
| @@ -97,7 +95,7 @@ class InputMethodEngine : public InputMethodEngineInterface { | 
| private: | 
| // Converts MenuItem to InputMethodMenuItem. | 
| void MenuItemToProperty(const MenuItem& item, | 
| -                          ash::ime::InputMethodMenuItem* property); | 
| +                          ui::ime::InputMethodMenuItem* property); | 
|  | 
| // Enables overriding input view page to Virtual Keyboard window. | 
| void EnableInputView(); | 
|  |