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

Unified Diff: chrome/browser/chromeos/input_method/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/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();

Powered by Google App Engine
This is Rietveld 408576698