Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/frame/caption_buttons/frame_maximize_button.cc ('k') | ash/keyboard_overlay/keyboard_overlay_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/frame/caption_buttons/frame_maximize_button.cc ('k') | ash/keyboard_overlay/keyboard_overlay_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698