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

Unified Diff: ash/frame/caption_buttons/alternate_frame_size_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
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/frame/caption_buttons/alternate_frame_size_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/caption_buttons/alternate_frame_size_button.h
diff --git a/ash/frame/caption_buttons/alternate_frame_size_button.h b/ash/frame/caption_buttons/alternate_frame_size_button.h
index 89c95495755e0464a5a160473185883953b95aed..e99d32f39c845624b6c4b5d2937a13cf129d519b 100644
--- a/ash/frame/caption_buttons/alternate_frame_size_button.h
+++ b/ash/frame/caption_buttons/alternate_frame_size_button.h
@@ -17,10 +17,7 @@ class Widget;
namespace ash {
class AlternateFrameSizeButtonDelegate;
-
-namespace internal {
class PhantomWindowController;
-}
// The maximize/restore button when using the alternate button style.
// When the mouse is pressed over the size button or the size button is touched:
@@ -111,7 +108,7 @@ class ASH_EXPORT AlternateFrameSizeButton : public FrameCaptionButton {
// Displays a preview of how the window's bounds will change as a result of
// snapping the window left or right. The preview is only visible if the snap
// left or snap right button is pressed.
- scoped_ptr<internal::PhantomWindowController> phantom_window_controller_;
+ scoped_ptr<PhantomWindowController> phantom_window_controller_;
DISALLOW_COPY_AND_ASSIGN(AlternateFrameSizeButton);
};
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/frame/caption_buttons/alternate_frame_size_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698