| 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 d74909fa8e8b2efabf8c22ec43ae9c86bfeeb550..c6393a3660c5ca6bf70ca1f0807da9b8b08376ec 100644
|
| --- a/ash/wm/window_cycle_controller_unittest.cc
|
| +++ b/ash/wm/window_cycle_controller_unittest.cc
|
| @@ -151,7 +151,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.
|
|
|