Index: ash/accelerators/accelerator_controller.cc |
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
index 306618727487e2947edd05b4685aae9c3a10a4be..58423dbb8972122f4c2c6fef657023771609e723 100644 |
--- a/ash/accelerators/accelerator_controller.cc |
+++ b/ash/accelerators/accelerator_controller.cc |
@@ -1430,7 +1430,7 @@ AcceleratorController::GetAcceleratorProcessingRestriction(int action) { |
// cycling through its window elements. |
return RESTRICTION_PREVENT_PROCESSING_AND_PROPAGATION; |
} |
- if (shell->mru_window_tracker()->BuildMruWindowList().empty() && |
+ if (wm_shell->mru_window_tracker()->BuildMruWindowList().empty() && |
actions_needing_window_.find(action) != actions_needing_window_.end()) { |
wm_shell->GetAccessibilityDelegate()->TriggerAccessibilityAlert( |
A11Y_ALERT_WINDOW_NEEDED); |