Index: ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc |
diff --git a/ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc b/ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc |
index 7205354e9647cd5c390fa907fb1e2d9687d9d76e..e8188cd840573d7d85e04a45ee8dd045c69b496a 100644 |
--- a/ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc |
+++ b/ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc |
@@ -348,9 +348,8 @@ MaximizeBubbleControllerBubble::MaximizeBubbleControllerBubble( |
// The window needs to be owned by the root so that the phantom window does |
// not cover it upon animation. |
- aura::Window* parent = Shell::GetContainer( |
- Shell::GetTargetRootWindow(), |
- internal::kShellWindowId_ShelfContainer); |
+ aura::Window* parent = Shell::GetContainer(Shell::GetTargetRootWindow(), |
+ kShellWindowId_ShelfContainer); |
set_parent_window(parent); |
set_notify_enter_exit_on_child(true); |