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

Unified Diff: ash/shelf/shelf_button_pressed_metric_tracker.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/shelf_button.cc ('k') | ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_button_pressed_metric_tracker.cc
diff --git a/ash/shelf/shelf_button_pressed_metric_tracker.cc b/ash/shelf/shelf_button_pressed_metric_tracker.cc
index 096972d6ec74c3494615a68ba257d4dc5cd0f58a..19df2f02d47d624bb8d5a425b2abf43bbb76acac 100644
--- a/ash/shelf/shelf_button_pressed_metric_tracker.cc
+++ b/ash/shelf/shelf_button_pressed_metric_tracker.cc
@@ -18,11 +18,9 @@ const char ShelfButtonPressedMetricTracker::
ShelfButtonPressedMetricTracker::ShelfButtonPressedMetricTracker()
: tick_clock_(new base::DefaultTickClock()),
time_of_last_minimize_(base::TimeTicks()),
- last_minimized_source_button_(nullptr) {
-}
+ last_minimized_source_button_(nullptr) {}
-ShelfButtonPressedMetricTracker::~ShelfButtonPressedMetricTracker() {
-}
+ShelfButtonPressedMetricTracker::~ShelfButtonPressedMetricTracker() {}
void ShelfButtonPressedMetricTracker::ButtonPressed(
const ui::Event& event,
« no previous file with comments | « ash/shelf/shelf_button.cc ('k') | ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698