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

Unified Diff: ash/frame/caption_buttons/frame_maximize_button.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
Index: ash/frame/caption_buttons/frame_maximize_button.cc
diff --git a/ash/frame/caption_buttons/frame_maximize_button.cc b/ash/frame/caption_buttons/frame_maximize_button.cc
index 9341251bf58fa3cd56eff981c712330585cf21c9..dc28c7ab469c54ca1c23eff80b2870593adbc96c 100644
--- a/ash/frame/caption_buttons/frame_maximize_button.cc
+++ b/ash/frame/caption_buttons/frame_maximize_button.cc
@@ -414,7 +414,7 @@ void FrameMaximizeButton::UpdateSnap(const gfx::Point& location) {
if (!phantom_window_) {
phantom_window_.reset(
- new internal::PhantomWindowController(frame_->GetNativeWindow()));
+ new PhantomWindowController(frame_->GetNativeWindow()));
}
if (maximizer_) {
phantom_window_->set_phantom_below_window(maximizer_->GetBubbleWindow());
« no previous file with comments | « ash/frame/caption_buttons/frame_maximize_button.h ('k') | ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698