Index: ash/common/wm/workspace/workspace_layout_manager.cc |
diff --git a/ash/common/wm/workspace/workspace_layout_manager.cc b/ash/common/wm/workspace/workspace_layout_manager.cc |
index 8ff93626eeff58878745496ea231b1daa6f6c212..6ccf018160184e386fdf2d5cdeac5fdae58f91d7 100644 |
--- a/ash/common/wm/workspace/workspace_layout_manager.cc |
+++ b/ash/common/wm/workspace/workspace_layout_manager.cc |
@@ -352,7 +352,7 @@ void WorkspaceLayoutManager::AdjustAllWindowsBoundsForWorkAreaChange( |
// This would happen if the launcher was auto hidden before the login screen |
// was shown and then gets shown when the login screen gets presented. |
if (event->type() == wm::WM_EVENT_WORKAREA_BOUNDS_CHANGED && |
- WmShell::Get()->session_controller()->IsScreenLocked()) |
+ Shell::Get()->session_controller()->IsScreenLocked()) |
return; |
// If a user plugs an external display into a laptop running Aura the |