| Index: ash/system/overview/overview_button_tray.cc
|
| diff --git a/ash/system/overview/overview_button_tray.cc b/ash/system/overview/overview_button_tray.cc
|
| index 27dac89202820b43b15f6a664c534ee3cb8f8544..4e5f3a3f25578487b6b54e033ea117307a0a2a85 100644
|
| --- a/ash/system/overview/overview_button_tray.cc
|
| +++ b/ash/system/overview/overview_button_tray.cc
|
| @@ -72,7 +72,7 @@ void OverviewButtonTray::UpdateAfterLoginStatusChange(LoginStatus status) {
|
|
|
| bool OverviewButtonTray::PerformAction(const ui::Event& event) {
|
| WindowSelectorController* controller =
|
| - Shell::GetInstance()->window_selector_controller();
|
| + WmShell::Get()->window_selector_controller();
|
| controller->ToggleOverview();
|
| SetDrawBackgroundAsActive(controller->IsSelecting());
|
| Shell::GetInstance()->metrics()->RecordUserMetricsAction(UMA_TRAY_OVERVIEW);
|
|
|