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

Unified Diff: ash/frame/header_painter.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/frame_border_hit_test_controller.cc ('k') | ash/high_contrast/high_contrast_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/header_painter.h
diff --git a/ash/frame/header_painter.h b/ash/frame/header_painter.h
index cfefa2e256466d8f9be4804e1a0fe033f9686d06..517f2aa10b27c1f86bf61f966175c8e6d1a26759 100644
--- a/ash/frame/header_painter.h
+++ b/ash/frame/header_painter.h
@@ -16,13 +16,9 @@ namespace ash {
// Helper class for painting the window header.
class ASH_EXPORT HeaderPainter {
public:
- enum Mode {
- MODE_ACTIVE,
- MODE_INACTIVE
- };
+ enum Mode { MODE_ACTIVE, MODE_INACTIVE };
- virtual ~HeaderPainter() {
- }
+ virtual ~HeaderPainter() {}
// Returns the header's minimum width.
virtual int GetMinimumHeaderWidth() const = 0;
« no previous file with comments | « ash/frame/frame_border_hit_test_controller.cc ('k') | ash/high_contrast/high_contrast_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698