| Index: ash/wm/root_window_layout_manager_unittest.cc
|
| diff --git a/ash/wm/root_window_layout_manager_unittest.cc b/ash/wm/root_window_layout_manager_unittest.cc
|
| index 62b92a7c0fbd252db46dc545558441a237e84c9a..b4b559f9ea8332ea1209ae8c5444d9ad9be97e64 100644
|
| --- a/ash/wm/root_window_layout_manager_unittest.cc
|
| +++ b/ash/wm/root_window_layout_manager_unittest.cc
|
| @@ -34,7 +34,7 @@ using RootWindowLayoutManagerTest = test::AshTestBase;
|
|
|
| TEST_F(RootWindowLayoutManagerTest, DeleteChildDuringResize) {
|
| aura::Window* parent = Shell::GetPrimaryRootWindow()->GetChildById(
|
| - kShellWindowId_DesktopBackgroundContainer);
|
| + kShellWindowId_WallpaperContainer);
|
| aura::Window* w1 = aura::test::CreateTestWindowWithId(1, parent);
|
| aura::Window* w2 = aura::test::CreateTestWindowWithId(2, parent);
|
| WindowDeleter deleter(w1);
|
|
|