| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index 8dd3c02d7c40237a40d72eb246c7dc657dceac74..7c3e130503db258d4ee74921f0f81d84d97a804b 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -189,7 +189,7 @@ SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() {
|
| }
|
|
|
| std::unique_ptr<WallpaperDelegate> ShellDelegateMus::CreateWallpaperDelegate() {
|
| - return base::MakeUnique<WallpaperDelegateMus>(connector_);
|
| + return base::MakeUnique<WallpaperDelegateMus>();
|
| }
|
|
|
| SessionStateDelegate* ShellDelegateMus::CreateSessionStateDelegate() {
|
|
|