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

Unified Diff: ash/test/test_system_tray_delegate.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/test_suite.cc ('k') | ash/test/test_volume_control_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_system_tray_delegate.cc
diff --git a/ash/test/test_system_tray_delegate.cc b/ash/test/test_system_tray_delegate.cc
index ddaf667ea6ee8d89d4442b2a61543c1dc3aec819..c8cee86a874bcb68e23e956181b100b2a65d38be 100644
--- a/ash/test/test_system_tray_delegate.cc
+++ b/ash/test/test_system_tray_delegate.cc
@@ -25,11 +25,9 @@ LoginStatus g_initial_status = LoginStatus::USER;
TestSystemTrayDelegate::TestSystemTrayDelegate()
: should_show_display_notification_(false),
login_status_(g_initial_status),
- session_length_limit_set_(false) {
-}
+ session_length_limit_set_(false) {}
-TestSystemTrayDelegate::~TestSystemTrayDelegate() {
-}
+TestSystemTrayDelegate::~TestSystemTrayDelegate() {}
// static
void TestSystemTrayDelegate::SetInitialLoginStatus(LoginStatus login_status) {
« no previous file with comments | « ash/test/test_suite.cc ('k') | ash/test/test_volume_control_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698