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

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

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: Created 6 years, 1 month 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 83bedda084569df7377b431e04421deb3ad4f7cd..c19a7a08f316cc8fc11813e9e9a59c4fa1f4cbdb 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_engine.h
+++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
@@ -13,13 +13,11 @@
namespace ui {
class KeyEvent;
-} // namespace ui
-namespace ash {
namespace ime {
struct InputMethodMenuItem;
-} // namespace ime
-} // namespace ash
+}
+}
namespace chromeos {
@@ -28,7 +26,7 @@ class CompositionText;
namespace input_method {
class CandidateWindow;
struct KeyEventHandle;
-} // namespace input_method
+}
class MockInputMethodEngine : public InputMethodEngineInterface {
public:

Powered by Google App Engine
This is Rietveld 408576698