| Index: chrome/browser/ui/webui/settings/appearance_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/appearance_handler.cc b/chrome/browser/ui/webui/settings/appearance_handler.cc
|
| index b00dc02c1e17ed95c2a393bfa9fd6db38f250725..ac517a4e6793edfd1845f52ed0bfee954860cbfc 100644
|
| --- a/chrome/browser/ui/webui/settings/appearance_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/appearance_handler.cc
|
| @@ -15,8 +15,8 @@
|
| #include "content/public/browser/web_ui.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "ash/desktop_background/user_wallpaper_delegate.h"
|
| -#include "ash/shell.h"
|
| +#include "ash/common/wallpaper/wallpaper_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #endif
|
|
|
| namespace settings {
|
| @@ -87,7 +87,7 @@ void AppearanceHandler::HandleGetResetThemeEnabled(
|
| #if defined(OS_CHROMEOS)
|
| void AppearanceHandler::HandleOpenWallpaperManager(
|
| const base::ListValue* /*args*/) {
|
| - ash::Shell::GetInstance()->user_wallpaper_delegate()->OpenSetWallpaperPage();
|
| + ash::WmShell::Get()->wallpaper_delegate()->OpenSetWallpaperPage();
|
| }
|
| #endif
|
|
|
|
|