| Index: ash/frame/caption_buttons/frame_size_button.h
|
| diff --git a/ash/frame/caption_buttons/frame_size_button.h b/ash/frame/caption_buttons/frame_size_button.h
|
| index b96ad5c4e87fec4ef99669e960b0096323ac13dd..bebca5af12dfd299ede6d4ea3d97621bff2d0639 100644
|
| --- a/ash/frame/caption_buttons/frame_size_button.h
|
| +++ b/ash/frame/caption_buttons/frame_size_button.h
|
| @@ -51,11 +51,7 @@ class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
|
| }
|
|
|
| private:
|
| - enum SnapType {
|
| - SNAP_LEFT,
|
| - SNAP_RIGHT,
|
| - SNAP_NONE
|
| - };
|
| + enum SnapType { SNAP_LEFT, SNAP_RIGHT, SNAP_NONE };
|
|
|
| // Starts |set_buttons_to_snap_mode_timer_|.
|
| void StartSetButtonsToSnapModeTimer(const ui::LocatedEvent& event);
|
|
|