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

Unified Diff: ash/common/system/tray/default_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/common/system/tray/actionable_view.cc ('k') | ash/common/system/tray/fixed_sized_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/default_system_tray_delegate.cc
diff --git a/ash/common/system/tray/default_system_tray_delegate.cc b/ash/common/system/tray/default_system_tray_delegate.cc
index a42355f2857b6c4061db7ffa75f7e261db9ff47c..f33440a05f26d9f5072c4333051b512af9478305 100644
--- a/ash/common/system/tray/default_system_tray_delegate.cc
+++ b/ash/common/system/tray/default_system_tray_delegate.cc
@@ -15,11 +15,9 @@
namespace ash {
DefaultSystemTrayDelegate::DefaultSystemTrayDelegate()
- : bluetooth_enabled_(true) {
-}
+ : bluetooth_enabled_(true) {}
-DefaultSystemTrayDelegate::~DefaultSystemTrayDelegate() {
-}
+DefaultSystemTrayDelegate::~DefaultSystemTrayDelegate() {}
bool DefaultSystemTrayDelegate::GetTrayVisibilityOnStartup() {
return true;
« no previous file with comments | « ash/common/system/tray/actionable_view.cc ('k') | ash/common/system/tray/fixed_sized_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698