Index: ash/wm/maximize_bubble_controller.cc |
diff --git a/ash/wm/maximize_bubble_controller.cc b/ash/wm/maximize_bubble_controller.cc |
index e6018824be566f0b7771d01b5df6116d2c7a3f56..e9fdd85ce424f9ff9d2432b99e60ed313e5e92be 100644 |
--- a/ash/wm/maximize_bubble_controller.cc |
+++ b/ash/wm/maximize_bubble_controller.cc |
@@ -391,7 +391,7 @@ MaximizeBubbleController::Bubble::Bubble( |
// cover it upon animation. |
aura::Window* parent = Shell::GetContainer( |
Shell::GetActiveRootWindow(), |
- internal::kShellWindowId_LauncherContainer); |
+ internal::kShellWindowId_ShelfContainer); |
set_parent_window(parent); |
set_notify_enter_exit_on_child(true); |