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

Unified Diff: ash/shelf/shelf_button_pressed_metric_tracker_unittest.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_pressed_metric_tracker.cc ('k') | ash/shelf/shelf_layout_manager.h » ('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_unittest.cc
diff --git a/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc b/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
index 4052f9698e70616765c622f5e13d2d1791159bd4..129d9f5c67e81f49b8e59e9f859e10d8dd3ea612 100644
--- a/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
+++ b/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
@@ -32,8 +32,7 @@ class DummyButton : public views::Button {
DISALLOW_COPY_AND_ASSIGN(DummyButton);
};
-DummyButton::DummyButton() : views::Button(nullptr) {
-}
+DummyButton::DummyButton() : views::Button(nullptr) {}
// A simple light weight test double dummy for a ui::Event.
class DummyEvent : public ui::Event {
@@ -55,8 +54,7 @@ DummyEvent::DummyEvent()
: Event(ui::ET_GESTURE_TAP, base::TimeTicks(), 0),
unique_id_(next_unique_id_++) {}
-DummyEvent::~DummyEvent() {
-}
+DummyEvent::~DummyEvent() {}
// Test fixture for the ShelfButtonPressedMetricTracker class. Relies on
// AshTestBase to initilize the UserMetricsRecorder and it's dependencies.
@@ -101,11 +99,9 @@ const char* ShelfButtonPressedMetricTrackerTest::
ShelfButtonPressedMetricTracker::
kTimeBetweenWindowMinimizedAndActivatedActionsHistogramName;
-ShelfButtonPressedMetricTrackerTest::ShelfButtonPressedMetricTrackerTest() {
-}
+ShelfButtonPressedMetricTrackerTest::ShelfButtonPressedMetricTrackerTest() {}
-ShelfButtonPressedMetricTrackerTest::~ShelfButtonPressedMetricTrackerTest() {
-}
+ShelfButtonPressedMetricTrackerTest::~ShelfButtonPressedMetricTrackerTest() {}
void ShelfButtonPressedMetricTrackerTest::SetUp() {
AshTestBase::SetUp();
« no previous file with comments | « ash/shelf/shelf_button_pressed_metric_tracker.cc ('k') | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698