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 df89a2a01a55f55bdd57e6633abd6d0373fff0de..daee3bb2501ea3f705db92b8fa828c6bb5492020 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" |
@@ -1890,7 +1889,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( |