| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index 7217026ade7875e520c3a19ff888bab87237d4ab..12a018a243542821830681b553c34545edd23d18 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -254,8 +254,7 @@ WmShell::WmShell(std::unique_ptr<ShellDelegate> shell_delegate)
|
| delegate_->GetShellConnector())),
|
| shelf_controller_(base::MakeUnique<ShelfController>()),
|
| shutdown_controller_(base::MakeUnique<ShutdownController>()),
|
| - system_tray_controller_(base::MakeUnique<SystemTrayController>(
|
| - delegate_->GetShellConnector())),
|
| + system_tray_controller_(base::MakeUnique<SystemTrayController>()),
|
| system_tray_notifier_(base::MakeUnique<SystemTrayNotifier>()),
|
| wallpaper_delegate_(delegate_->CreateWallpaperDelegate()),
|
| window_cycle_controller_(base::MakeUnique<WindowCycleController>()),
|
|
|