Index: ash/wm/stacking_controller_unittest.cc |
diff --git a/ash/wm/stacking_controller_unittest.cc b/ash/wm/stacking_controller_unittest.cc |
index bf4d1fd855d68e6c5a412ae40c4060ad1b90cbf7..6f5d1f8bdd6ae30b8580802117edf332a54933ba 100644 |
--- a/ash/wm/stacking_controller_unittest.cc |
+++ b/ash/wm/stacking_controller_unittest.cc |
@@ -41,7 +41,7 @@ TEST_F(StackingControllerTest, TransientParent) { |
scoped_ptr<Window> w2(CreateTestWindow()); |
w2->SetBounds(gfx::Rect(10, 11, 250, 251)); |
aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(), |
- kShellWindowId_LauncherContainer); |
+ kShellWindowId_ShelfContainer); |
launcher->AddChild(w2.get()); |
w2->Show(); |