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

Unified Diff: ash/frame/caption_buttons/frame_size_button_delegate.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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;
« no previous file with comments | « ash/frame/caption_buttons/frame_size_button.cc ('k') | ash/frame/caption_buttons/frame_size_button_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698