| Index: ash/wm/app_list_controller_unittest.cc
|
| diff --git a/ash/wm/app_list_controller_unittest.cc b/ash/wm/app_list_controller_unittest.cc
|
| index 7295c67bf27c01dd096248342cfd5d8936582db0..9808d8b27b05352441e2bf5af55980c48ec3f6bd 100644
|
| --- a/ash/wm/app_list_controller_unittest.cc
|
| +++ b/ash/wm/app_list_controller_unittest.cc
|
| @@ -34,8 +34,7 @@ TEST_F(AppListControllerTest, RemainVisibleWhenFocusingToApplistContainer) {
|
| EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
|
|
|
| aura::Window* applist_container = Shell::GetContainer(
|
| - Shell::GetPrimaryRootWindow(),
|
| - internal::kShellWindowId_AppListContainer);
|
| + Shell::GetPrimaryRootWindow(), kShellWindowId_AppListContainer);
|
| scoped_ptr<aura::Window> window(
|
| aura::test::CreateTestWindowWithId(0, applist_container));
|
| wm::ActivateWindow(window.get());
|
|
|