| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index 5af6bc9777796f77cf685287f6eb91f23d4bf896..41d6b6247421cfb9d6e448affe4665db559dab27 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -255,8 +255,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>()),
|
|
|