| 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 2d3bd1afca2dd3d59392f5c5c8f4962c00df6146..e365228f74c94890e7b66dec81792290c48d3200 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| @@ -17,12 +17,17 @@ class CandidateWindow;
|
| class KeyEvent;
|
| } // namespace ui
|
|
|
| +namespace ash {
|
| +namespace ime {
|
| +struct InputMethodMenuItem;
|
| +} // namespace ime
|
| +} // namespace ash
|
| +
|
| namespace chromeos {
|
|
|
| class CompositionText;
|
|
|
| namespace input_method {
|
| -struct InputMethodProperty;
|
| struct KeyEventHandle;
|
| } // namespace input_method
|
|
|
| @@ -95,9 +100,9 @@ class InputMethodEngine : public InputMethodEngineInterface {
|
| virtual void HideInputView() OVERRIDE;
|
|
|
| private:
|
| - // Converts MenuItem to InputMethodProperty.
|
| + // Converts MenuItem to InputMethodMenuItem.
|
| void MenuItemToProperty(const MenuItem& item,
|
| - input_method::InputMethodProperty* property);
|
| + ash::ime::InputMethodMenuItem* property);
|
|
|
| // Descriptor of this input method.
|
| input_method::InputMethodDescriptor descriptor_;
|
|
|