| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 6a632f3ef04f57220057991268207d3c6a83d526..826cba1688a9f1b3a7cd3eb57786e738565aa6e9 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -117,7 +117,6 @@
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/common/accessibility_types.h" // nogncheck
|
| #include "ash/common/system/chromeos/devicetype_utils.h" // nogncheck
|
| -#include "ash/common/wallpaper/wallpaper_delegate.h" // nogncheck
|
| #include "ash/shell.h" // nogncheck
|
| #include "chrome/browser/browser_process_platform_part.h"
|
| #include "chrome/browser/chromeos/accessibility/accessibility_util.h"
|
| @@ -1894,7 +1893,7 @@ void BrowserOptionsHandler::HandleRefreshExtensionControlIndicators(
|
| #if defined(OS_CHROMEOS)
|
| void BrowserOptionsHandler::HandleOpenWallpaperManager(
|
| const base::ListValue* args) {
|
| - ash::WmShell::Get()->wallpaper_delegate()->OpenSetWallpaperPage();
|
| + chromeos::WallpaperManager::Get()->Open();
|
| }
|
|
|
| void BrowserOptionsHandler::VirtualKeyboardChangeCallback(
|
|
|