| Index: ash/wm/power_button_controller.cc
|
| diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
|
| index 104d612dd7877cead0d573f7c6cd46fcc22d069e..21d079a1f7b1e63002e207ee3593c962a9879177 100644
|
| --- a/ash/wm/power_button_controller.cc
|
| +++ b/ash/wm/power_button_controller.cc
|
| @@ -91,7 +91,7 @@ void PowerButtonController::OnPowerButtonEvent(
|
| if (system_tray && system_tray->GetTrayAudio())
|
| system_tray->GetTrayAudio()->HideDetailedView(false);
|
|
|
| - WmShell::Get()->accelerator_controller()->PerformActionIfEnabled(
|
| + Shell::Get()->accelerator_controller()->PerformActionIfEnabled(
|
| TAKE_SCREENSHOT);
|
|
|
| // Restore volume.
|
|
|