| Index: ash/wm/overview/window_selector_unittest.cc
|
| diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
|
| index ccfa7c23a7ac31de97e7a77e614a1090ec8a5ba4..adb8f1dcaaf22803f5fa2a47454d415a07cf6c33 100644
|
| --- a/ash/wm/overview/window_selector_unittest.cc
|
| +++ b/ash/wm/overview/window_selector_unittest.cc
|
| @@ -439,7 +439,7 @@ TEST_F(WindowSelectorTest, SelectingHidesAppList) {
|
| gfx::Rect bounds(0, 0, 400, 400);
|
| scoped_ptr<aura::Window> window1(CreateWindow(bounds));
|
| scoped_ptr<aura::Window> window2(CreateWindow(bounds));
|
| - Shell::GetInstance()->ToggleAppList(NULL);
|
| + Shell::GetInstance()->ShowAppList(NULL);
|
| EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
|
| ToggleOverview();
|
| EXPECT_FALSE(Shell::GetInstance()->GetAppListTargetVisibility());
|
|
|