| Index: ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| index d35c1adb22cfab196bd5464fd3df4c6122712031..a4542807b7c5283bda602694df1e9955eb762b65 100644
|
| --- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| +++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| @@ -13,6 +13,7 @@
|
| #include "ash/common/system/chromeos/ime_menu/ime_list_view.h"
|
| #include "ash/common/system/tray/fixed_sized_scroll_view.h"
|
| #include "ash/common/system/tray/hover_highlight_view.h"
|
| +#include "ash/common/system/tray/system_tray_controller.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/system_tray_notifier.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| @@ -59,9 +60,8 @@ gfx::Range GetImeListViewRange() {
|
|
|
| // Shows language and input settings page.
|
| void ShowIMESettings() {
|
| - SystemTrayDelegate* delegate = WmShell::Get()->system_tray_delegate();
|
| WmShell::Get()->RecordUserMetricsAction(UMA_STATUS_AREA_IME_SHOW_DETAILED);
|
| - delegate->ShowIMESettings();
|
| + WmShell::Get()->system_tray_controller()->ShowIMESettings();
|
| }
|
|
|
| class ImeMenuLabel : public views::Label {
|
|
|