| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index 0a6bf5a4d3bf6146562573c0a227ed8945b6f8a7..4f0595bb44377a49374df295807e51863c49e567 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -28,7 +28,7 @@
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
|
| #include "chrome/browser/chromeos/accessibility/magnification_manager.h"
|
| -#include "chrome/browser/chromeos/background/ash_user_wallpaper_delegate.h"
|
| +#include "chrome/browser/chromeos/background/ash_wallpaper_delegate.h"
|
| #include "chrome/browser/chromeos/display/display_configuration_observer.h"
|
| #include "chrome/browser/chromeos/display/display_preferences.h"
|
| #include "chrome/browser/chromeos/policy/display_rotation_default_handler.h"
|
| @@ -511,8 +511,8 @@ ash::SystemTrayDelegate* ChromeShellDelegate::CreateSystemTrayDelegate() {
|
| return chromeos::CreateSystemTrayDelegate();
|
| }
|
|
|
| -ash::UserWallpaperDelegate* ChromeShellDelegate::CreateUserWallpaperDelegate() {
|
| - return chromeos::CreateUserWallpaperDelegate();
|
| +ash::WallpaperDelegate* ChromeShellDelegate::CreateWallpaperDelegate() {
|
| + return chromeos::CreateWallpaperDelegate();
|
| }
|
|
|
| void ChromeShellDelegate::Observe(int type,
|
|
|