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

Unified Diff: ash/shelf/overflow_bubble.cc

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/shelf/overflow_bubble.h ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_bubble.cc
diff --git a/ash/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc
index ecd277cd36a9c0565d7303f4191d4b4657f417e7..f19fa9c36ac660fd76719ffde4fcadd4d4c8f2c0 100644
--- a/ash/shelf/overflow_bubble.cc
+++ b/ash/shelf/overflow_bubble.cc
@@ -16,9 +16,7 @@
namespace ash {
OverflowBubble::OverflowBubble()
- : bubble_(NULL),
- anchor_(NULL),
- shelf_view_(NULL) {
+ : bubble_(NULL), anchor_(NULL), shelf_view_(NULL) {
Shell::GetInstance()->AddPointerWatcher(this);
}
« no previous file with comments | « ash/shelf/overflow_bubble.h ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698