| Index: components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.cc b/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| index 2a8c33d26c8833ec559d76ec10827a7ae8e5ccf8..53fb8b794991a98ca5e9f6b2b526444d06936f2b 100644
|
| --- a/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| +++ b/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "ash/common/new_window_delegate.h"
|
| #include "ash/common/shell_delegate.h"
|
| -#include "ash/common/wallpaper/wallpaper_delegate.h"
|
| +#include "ash/common/wallpaper/wallpaper_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "base/command_line.h"
|
| @@ -83,7 +83,7 @@ void ArcIntentHelperBridge::OnOpenUrl(const mojo::String& url) {
|
|
|
| void ArcIntentHelperBridge::OpenWallpaperPicker() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| - ash::WmShell::Get()->wallpaper_delegate()->OpenSetWallpaperPage();
|
| + ash::WmShell::Get()->wallpaper_controller()->OpenSetWallpaperPage();
|
| }
|
|
|
| void ArcIntentHelperBridge::SetWallpaperDeprecated(
|
|
|