| 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);
|
| };
|
|
|