| Index: ash/frame/caption_buttons/frame_size_button_delegate.h
|
| diff --git a/ash/frame/caption_buttons/frame_size_button_delegate.h b/ash/frame/caption_buttons/frame_size_button_delegate.h
|
| index ddccf16c6628ba1ea04c09f632eabc2856ed3fcf..98f60149b8d5a54f33b3401ad0ebfcd7c00cb0cf 100644
|
| --- a/ash/frame/caption_buttons/frame_size_button_delegate.h
|
| +++ b/ash/frame/caption_buttons/frame_size_button_delegate.h
|
| @@ -20,10 +20,7 @@ class FrameCaptionButton;
|
| // Delegate interface for FrameSizeButton.
|
| class ASH_EXPORT FrameSizeButtonDelegate {
|
| public:
|
| - enum Animate {
|
| - ANIMATE_YES,
|
| - ANIMATE_NO
|
| - };
|
| + enum Animate { ANIMATE_YES, ANIMATE_NO };
|
|
|
| // Returns whether the minimize button is visible.
|
| virtual bool IsMinimizeButtonVisible() const = 0;
|
|
|