| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 3f63ee14d190394cf032038578258e7787810218..fd4a645f1074a13a2441737d7318cb5ea504d721 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -15,7 +15,7 @@
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/tray/default_system_tray_delegate.h"
|
| #include "ash/common/wm/window_state.h"
|
| -#include "ash/default_user_wallpaper_delegate.h"
|
| +#include "ash/default_wallpaper_delegate.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell/context_menu.h"
|
| #include "ash/shell/example_factory.h"
|
| @@ -239,8 +239,8 @@ ash::SystemTrayDelegate* ShellDelegateImpl::CreateSystemTrayDelegate() {
|
| return new DefaultSystemTrayDelegate;
|
| }
|
|
|
| -ash::UserWallpaperDelegate* ShellDelegateImpl::CreateUserWallpaperDelegate() {
|
| - return new DefaultUserWallpaperDelegate();
|
| +ash::WallpaperDelegate* ShellDelegateImpl::CreateWallpaperDelegate() {
|
| + return new DefaultWallpaperDelegate();
|
| }
|
|
|
| ash::SessionStateDelegate* ShellDelegateImpl::CreateSessionStateDelegate() {
|
|
|