| Index: ash/default_wallpaper_delegate.cc
|
| diff --git a/ash/default_wallpaper_delegate.cc b/ash/default_wallpaper_delegate.cc
|
| index 23a47ce60af32faa305f1612a8586d181e74811b..6139a4d2e3aac4ee3887a50d5312e0c6611dec99 100644
|
| --- a/ash/default_wallpaper_delegate.cc
|
| +++ b/ash/default_wallpaper_delegate.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "ash/default_wallpaper_delegate.h"
|
|
|
| -#include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/shell.h"
|
| +#include "ash/wallpaper/wallpaper_controller.h"
|
| #include "ui/wm/core/window_animations.h"
|
|
|
| namespace ash {
|
| @@ -28,9 +28,7 @@ bool DefaultWallpaperDelegate::ShouldShowInitialAnimation() {
|
| void DefaultWallpaperDelegate::UpdateWallpaper(bool clear_cache) {}
|
|
|
| void DefaultWallpaperDelegate::InitializeWallpaper() {
|
| - ash::Shell::GetInstance()
|
| - ->desktop_background_controller()
|
| - ->CreateEmptyWallpaper();
|
| + ash::Shell::GetInstance()->wallpaper_controller()->CreateEmptyWallpaper();
|
| }
|
|
|
| void DefaultWallpaperDelegate::OpenSetWallpaperPage() {}
|
|
|