| Index: ash/sysui/shell_delegate_mus.cc
|
| diff --git a/ash/sysui/shell_delegate_mus.cc b/ash/sysui/shell_delegate_mus.cc
|
| index 214a627c98608a59dfa75ff14adb2312a28e5090..694f48cbd830c5a48788600d69e8423b756ad0e6 100644
|
| --- a/ash/sysui/shell_delegate_mus.cc
|
| +++ b/ash/sysui/shell_delegate_mus.cc
|
| @@ -10,8 +10,8 @@
|
| #include "ash/common/palette_delegate.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/system/tray/default_system_tray_delegate.h"
|
| +#include "ash/common/wallpaper/wallpaper_delegate.h"
|
| #include "ash/sysui/app_list_presenter_mus.h"
|
| -#include "ash/sysui/wallpaper_delegate_mus.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/string16.h"
|
| #include "components/user_manager/user_info_impl.h"
|
| @@ -170,7 +170,8 @@ SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() {
|
| }
|
|
|
| std::unique_ptr<WallpaperDelegate> ShellDelegateMus::CreateWallpaperDelegate() {
|
| - return base::MakeUnique<WallpaperDelegateMus>();
|
| + NOTIMPLEMENTED();
|
| + return nullptr;
|
| }
|
|
|
| SessionStateDelegate* ShellDelegateMus::CreateSessionStateDelegate() {
|
|
|