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

Unified Diff: ash/wm/panels/panel_frame_view.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/wm/overview/window_selector_unittest.cc ('k') | ash/wm/panels/panel_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_frame_view.h
diff --git a/ash/wm/panels/panel_frame_view.h b/ash/wm/panels/panel_frame_view.h
index 3ecc62361344c25d54d3b355188df3956b29ade6..0ecd7e7db6c9596a8c1c0b84fc41006350d6d636 100644
--- a/ash/wm/panels/panel_frame_view.h
+++ b/ash/wm/panels/panel_frame_view.h
@@ -25,10 +25,7 @@ class ASH_EXPORT PanelFrameView : public views::NonClientFrameView {
// Internal class name.
static const char kViewClassName[];
- enum FrameType {
- FRAME_NONE,
- FRAME_ASH
- };
+ enum FrameType { FRAME_NONE, FRAME_ASH };
PanelFrameView(views::Widget* frame, FrameType frame_type);
~PanelFrameView() override;
@@ -78,7 +75,6 @@ class ASH_EXPORT PanelFrameView : public views::NonClientFrameView {
DISALLOW_COPY_AND_ASSIGN(PanelFrameView);
};
-
}
-#endif // ASH_WM_PANELS_PANEL_FRAME_VIEW_H_
+#endif // ASH_WM_PANELS_PANEL_FRAME_VIEW_H_
« no previous file with comments | « ash/wm/overview/window_selector_unittest.cc ('k') | ash/wm/panels/panel_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698