| 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 e99d32f39c845624b6c4b5d2937a13cf129d519b..f7ffe3b6ae3840fc51083e0e65e8aa55e74915e8 100644
|
| --- a/ash/frame/caption_buttons/alternate_frame_size_button.h
|
| +++ b/ash/frame/caption_buttons/alternate_frame_size_button.h
|
| @@ -8,7 +8,6 @@
|
| #include "ash/ash_export.h"
|
| #include "ash/frame/caption_buttons/alternate_frame_size_button_delegate.h"
|
| #include "ash/frame/caption_buttons/frame_caption_button.h"
|
| -#include "ash/wm/workspace/snap_types.h"
|
| #include "base/timer/timer.h"
|
|
|
| namespace views {
|
| @@ -49,6 +48,12 @@ class ASH_EXPORT AlternateFrameSizeButton : public FrameCaptionButton {
|
| }
|
|
|
| private:
|
| + enum SnapType {
|
| + SNAP_LEFT,
|
| + SNAP_RIGHT,
|
| + SNAP_NONE
|
| + };
|
| +
|
| // Starts |set_buttons_to_snap_mode_timer_|.
|
| void StartSetButtonsToSnapModeTimer(const ui::LocatedEvent& event);
|
|
|
|
|