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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_engine.h

Issue 165783002: Reland of: Split out InputMethodMenuManager from InputMethodManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comment; spelling 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: chrome/browser/chromeos/input_method/mock_input_method_engine.h
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_engine.h b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
index b5ad032841560c3905cac5e3efecd56e20e60e5c..39e5647ce89791dd21c6da586edcc514cf8242b6 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_engine.h
+++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
@@ -15,13 +15,18 @@ namespace ui {
class KeyEvent;
} // namespace ui
+namespace ash {
+namespace ime {
+struct InputMethodMenuItem;
+} // namespace ime
+} // namespace ash
+
namespace chromeos {
class CompositionText;
namespace input_method {
class CandidateWindow;
-struct InputMethodProperty;
struct KeyEventHandle;
} // namespace input_method

Powered by Google App Engine
This is Rietveld 408576698