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

Unified Diff: ash/test/shelf_button_pressed_metric_tracker_test_api.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/test/overflow_bubble_view_test_api.cc ('k') | ash/test/shelf_view_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_button_pressed_metric_tracker_test_api.cc
diff --git a/ash/test/shelf_button_pressed_metric_tracker_test_api.cc b/ash/test/shelf_button_pressed_metric_tracker_test_api.cc
index 2145b677105143dfe81a42edfb63b6d5a4c689bd..85afeb93f486d97994978ad0fb09e96c0f7ba6a2 100644
--- a/ash/test/shelf_button_pressed_metric_tracker_test_api.cc
+++ b/ash/test/shelf_button_pressed_metric_tracker_test_api.cc
@@ -12,12 +12,10 @@ namespace test {
ShelfButtonPressedMetricTrackerTestAPI::ShelfButtonPressedMetricTrackerTestAPI(
ShelfButtonPressedMetricTracker* shelf_button_pressed_metric_tracker)
: shelf_button_pressed_metric_tracker_(
- shelf_button_pressed_metric_tracker) {
-}
+ shelf_button_pressed_metric_tracker) {}
ShelfButtonPressedMetricTrackerTestAPI::
- ~ShelfButtonPressedMetricTrackerTestAPI() {
-}
+ ~ShelfButtonPressedMetricTrackerTestAPI() {}
void ShelfButtonPressedMetricTrackerTestAPI::SetTickClock(
std::unique_ptr<base::TickClock> tick_clock) {
« no previous file with comments | « ash/test/overflow_bubble_view_test_api.cc ('k') | ash/test/shelf_view_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698