| Index: ash/common/wm/overview/window_selector.cc
|
| diff --git a/ash/common/wm/overview/window_selector.cc b/ash/common/wm/overview/window_selector.cc
|
| index 36bc4a8a777adbc3d4a35ef7e7ef1ca47107a850..55bcb1a02bd67a725014ae09ef11d2fe424a3cb0 100644
|
| --- a/ash/common/wm/overview/window_selector.cc
|
| +++ b/ash/common/wm/overview/window_selector.cc
|
| @@ -456,7 +456,7 @@ void WindowSelector::OnGridEmpty(WindowGrid* grid) {
|
|
|
| void WindowSelector::SelectWindow(WmWindow* window) {
|
| std::vector<WmWindow*> window_list =
|
| - WmShell::Get()->GetMruWindowTracker()->BuildMruWindowList();
|
| + WmShell::Get()->mru_window_tracker()->BuildMruWindowList();
|
| if (!window_list.empty()) {
|
| // Record UMA_WINDOW_OVERVIEW_ACTIVE_WINDOW_CHANGED if the user is selecting
|
| // a window other than the window that was active prior to entering overview
|
|
|