Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1877)

Unified Diff: trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h

Issue 165453002: Revert 251164 "Split out InputMethodMenuManager from InputMethod..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h
===================================================================
--- trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h (revision 251193)
+++ trunk/src/chrome/browser/chromeos/input_method/input_method_engine.h (working copy)
@@ -17,17 +17,12 @@
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
@@ -100,9 +95,9 @@
virtual void HideInputView() OVERRIDE;
private:
- // Converts MenuItem to InputMethodMenuItem.
+ // Converts MenuItem to InputMethodProperty.
void MenuItemToProperty(const MenuItem& item,
- ash::ime::InputMethodMenuItem* property);
+ input_method::InputMethodProperty* property);
// Descriptor of this input method.
input_method::InputMethodDescriptor descriptor_;

Powered by Google App Engine
This is Rietveld 408576698