| 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 7726d7b58c36932c4690f57db9ead37f7d98e3ea..29e30f00e066b2482be23ee7bc4c4a8576a2e92d 100644
|
| --- a/ash/wm/window_cycle_controller_unittest.cc
|
| +++ b/ash/wm/window_cycle_controller_unittest.cc
|
| @@ -227,7 +227,7 @@ TEST_F(WindowCycleControllerTest, HandleCycleWindow) {
|
| wm::ActivateWindow(window0.get());
|
|
|
| // When the screen is locked, cycling window does not take effect.
|
| - WmShell::Get()->session_controller()->LockScreenAndFlushForTest();
|
| + Shell::Get()->session_controller()->LockScreenAndFlushForTest();
|
| EXPECT_TRUE(wm::IsActiveWindow(window0.get()));
|
| controller->HandleCycleWindow(WindowCycleController::FORWARD);
|
| EXPECT_FALSE(controller->IsCycling());
|
|
|