| Index: ash/wm/window_cycle_controller_unittest.cc
|
| diff --git a/ash/wm/window_cycle_controller_unittest.cc b/ash/wm/window_cycle_controller_unittest.cc
|
| index 72af2535a464f93f58cb23a02fe270dcd913f5d0..7726d7b58c36932c4690f57db9ead37f7d98e3ea 100644
|
| --- a/ash/wm/window_cycle_controller_unittest.cc
|
| +++ b/ash/wm/window_cycle_controller_unittest.cc
|
| @@ -152,7 +152,7 @@ TEST_F(WindowCycleControllerTest, SingleWindowNotActive) {
|
|
|
| // Rotate focus, this should move focus to another window that isn't part of
|
| // the default container.
|
| - WmShell::Get()->focus_cycler()->RotateFocus(FocusCycler::FORWARD);
|
| + Shell::Get()->focus_cycler()->RotateFocus(FocusCycler::FORWARD);
|
| EXPECT_FALSE(wm::IsActiveWindow(window0.get()));
|
|
|
| // Cycling should activate the window.
|
|
|