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

Unified Diff: ash/system/chromeos/enterprise/tray_enterprise.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
Index: ash/system/chromeos/enterprise/tray_enterprise.cc
diff --git a/ash/system/chromeos/enterprise/tray_enterprise.cc b/ash/system/chromeos/enterprise/tray_enterprise.cc
index 153c5afcc39249f03782c0f389c83e16cf31e47d..ac7e35e59ce60bd74f74b32af4f5de80b0c9a694 100644
--- a/ash/system/chromeos/enterprise/tray_enterprise.cc
+++ b/ash/system/chromeos/enterprise/tray_enterprise.cc
@@ -16,8 +16,7 @@
namespace ash {
TrayEnterprise::TrayEnterprise(SystemTray* system_tray)
- : SystemTrayItem(system_tray),
- tray_view_(NULL) {
+ : SystemTrayItem(system_tray), tray_view_(NULL) {
WmShell::Get()->system_tray_notifier()->AddEnterpriseDomainObserver(this);
}
@@ -55,4 +54,4 @@ void TrayEnterprise::OnViewClicked(views::View* sender) {
WmShell::Get()->system_tray_delegate()->ShowEnterpriseInfo();
}
-} // namespace ash
+} // namespace ash
« no previous file with comments | « ash/system/chromeos/enterprise/tray_enterprise.h ('k') | ash/system/chromeos/keyboard_brightness_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698