| Index: ash/common/system/ime/tray_ime_chromeos.cc
|
| diff --git a/ash/common/system/ime/tray_ime_chromeos.cc b/ash/common/system/ime/tray_ime_chromeos.cc
|
| index 78d9f976e2cc045dbc956b33d11b822be219a630..d5488580de4d0a2b83ae8ccc66c5707c2e27699f 100644
|
| --- a/ash/common/system/ime/tray_ime_chromeos.cc
|
| +++ b/ash/common/system/ime/tray_ime_chromeos.cc
|
| @@ -11,6 +11,7 @@
|
| #include "ash/common/system/chromeos/ime_menu/ime_list_view.h"
|
| #include "ash/common/system/tray/hover_highlight_view.h"
|
| #include "ash/common/system/tray/system_tray.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"
|
| @@ -147,7 +148,7 @@ class IMEDetailedView : public ImeListView {
|
| if (view == settings_) {
|
| WmShell::Get()->RecordUserMetricsAction(
|
| UMA_STATUS_AREA_IME_SHOW_DETAILED);
|
| - WmShell::Get()->system_tray_delegate()->ShowIMESettings();
|
| + WmShell::Get()->system_tray_controller()->ShowIMESettings();
|
| }
|
| }
|
|
|
|
|