| 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 8680472ffcc2cef516e15a9d1f147dc65a3224de..06cc61ee5c92e0da627ddf93ed07dc3e7454d0be 100644
|
| --- a/ash/wm/window_cycle_controller_unittest.cc
|
| +++ b/ash/wm/window_cycle_controller_unittest.cc
|
| @@ -469,7 +469,7 @@ TEST_F(WindowCycleControllerTest, SelectingHidesAppList) {
|
|
|
| scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0));
|
| scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
|
| - Shell::GetInstance()->ToggleAppList(NULL);
|
| + Shell::GetInstance()->ShowAppList(NULL);
|
| EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
|
| controller->HandleCycleWindow(WindowCycleController::FORWARD);
|
| EXPECT_FALSE(Shell::GetInstance()->GetAppListTargetVisibility());
|
|
|