| Index: ash/common/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/common/shelf/shelf_layout_manager.cc b/ash/common/shelf/shelf_layout_manager.cc
|
| index a1b146a650e9db98dbeb2de594b1b3351d4f25e0..479876f7bc03aa5233aa8c5ffb47a9eda295af6e 100644
|
| --- a/ash/common/shelf/shelf_layout_manager.cc
|
| +++ b/ash/common/shelf/shelf_layout_manager.cc
|
| @@ -897,7 +897,7 @@ ShelfAutoHideState ShelfLayoutManager::CalculateAutoHideState(
|
| ->GetDisplayNearestWindow()
|
| .id();
|
| const std::vector<WmWindow*> windows =
|
| - WmShell::Get()->mru_window_tracker()->BuildWindowListIgnoreModal();
|
| + Shell::Get()->mru_window_tracker()->BuildWindowListIgnoreModal();
|
| // Process the window list and check if there are any visible windows.
|
| // Ignore app list windows that may be animating to hide after dismissal.
|
| bool visible_window = false;
|
|
|