| 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
|
|
|