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

Unified Diff: ash/frame/caption_buttons/frame_caption_button.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
« no previous file with comments | « ash/frame/caption_buttons/caption_button_types.h ('k') | ash/frame/caption_buttons/frame_caption_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/caption_buttons/frame_caption_button.h
diff --git a/ash/frame/caption_buttons/frame_caption_button.h b/ash/frame/caption_buttons/frame_caption_button.h
index 3a85cd79119412906a7c94f426b9d5d62f0b4562..08cc21071a927bbbffd7eb618cc2f1f64589bb4d 100644
--- a/ash/frame/caption_buttons/frame_caption_button.h
+++ b/ash/frame/caption_buttons/frame_caption_button.h
@@ -24,10 +24,7 @@ namespace ash {
// close).
class ASH_EXPORT FrameCaptionButton : public views::CustomButton {
public:
- enum Animate {
- ANIMATE_YES,
- ANIMATE_NO
- };
+ enum Animate { ANIMATE_YES, ANIMATE_NO };
static const char kViewClassName[];
@@ -60,9 +57,7 @@ class ASH_EXPORT FrameCaptionButton : public views::CustomButton {
void set_use_light_images(bool light) { use_light_images_ = light; }
- CaptionButtonIcon icon() const {
- return icon_;
- }
+ CaptionButtonIcon icon() const { return icon_; }
gfx::VectorIconId icon_image_id() const { return icon_image_id_; }
« no previous file with comments | « ash/frame/caption_buttons/caption_button_types.h ('k') | ash/frame/caption_buttons/frame_caption_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698