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

Unified Diff: ash/frame/caption_buttons/frame_maximize_button.h

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.h
diff --git a/ash/frame/caption_buttons/frame_maximize_button.h b/ash/frame/caption_buttons/frame_maximize_button.h
index 0cfe22444441592172c47001717a8dc2d6b5dc9a..29d89e81f475c343ce7d1c800c738d553756308b 100644
--- a/ash/frame/caption_buttons/frame_maximize_button.h
+++ b/ash/frame/caption_buttons/frame_maximize_button.h
@@ -21,12 +21,8 @@ class Widget;
namespace ash {
class FrameMaximizeButtonObserver;
-
-namespace internal {
-class PhantomWindowController;
-}
-
class MaximizeBubbleController;
+class PhantomWindowController;
// Button used for the maximize control on the frame. Handles snapping logic.
class ASH_EXPORT FrameMaximizeButton : public FrameCaptionButton,
@@ -144,7 +140,7 @@ class ASH_EXPORT FrameMaximizeButton : public FrameCaptionButton,
bool observing_frame_;
// Renders the snap position.
- scoped_ptr<internal::PhantomWindowController> phantom_window_;
+ scoped_ptr<PhantomWindowController> phantom_window_;
// Is snapping enabled? Set on press so that in drag we know whether we
// should show the snap locations.
« no previous file with comments | « ash/frame/caption_buttons/alternate_frame_size_button.cc ('k') | ash/frame/caption_buttons/frame_maximize_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698