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

Unified Diff: ash/popup_message.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/multi_profile_uma.cc ('k') | ash/popup_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/popup_message.h
diff --git a/ash/popup_message.h b/ash/popup_message.h
index 276dcd2955df98d49cc2f707720018020f9dc088..5da93d04d857dc79f470e7584f2439e4ffdf2300 100644
--- a/ash/popup_message.h
+++ b/ash/popup_message.h
@@ -22,10 +22,7 @@ namespace ash {
// dismiss it, the calling code needs to explictly close and destroy it.
class ASH_EXPORT PopupMessage {
public:
- enum IconType {
- ICON_WARNING,
- ICON_NONE
- };
+ enum IconType { ICON_WARNING, ICON_NONE };
// Creates a message pointing towards |anchor| with the requested
// |arrow_orientation|. The message contains an optional |caption| which is
« no previous file with comments | « ash/multi_profile_uma.cc ('k') | ash/popup_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698