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

Unified Diff: chrome/browser/chromeos/input_method/mode_indicator_controller.cc

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/mode_indicator_controller.cc
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
index 3354ccf4d58fa66c4317adadeeba84305ecb9d14..a168605255db666bf4c632163cd4ab80852097ed 100644
--- a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
+++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
@@ -4,13 +4,13 @@
#include "chrome/browser/chromeos/input_method/mode_indicator_controller.h"
-#include "ash/ime/mode_indicator_view.h"
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
#include "ash/wm/window_util.h"
#include "base/logging.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/chromeos/input_method/input_method_util.h"
+#include "ui/chromeos/ime/mode_indicator_view.h"
namespace chromeos {
namespace input_method {
@@ -108,7 +108,7 @@ void ModeIndicatorController::ShowModeIndicator() {
aura::Window* parent =
ash::Shell::GetContainer(ash::wm::GetActiveWindow()->GetRootWindow(),
ash::kShellWindowId_SettingBubbleContainer);
- ash::ime::ModeIndicatorView* mi_view = new ash::ime::ModeIndicatorView(
+ ui::ime::ModeIndicatorView* mi_view = new ui::ime::ModeIndicatorView(
parent, cursor_bounds_, short_name);
views::BubbleDelegateView::CreateBubble(mi_view);

Powered by Google App Engine
This is Rietveld 408576698