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