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 162ea38e14ac7f6c651cba01acf824b7f6eaf401..c476a0b3670b29388c26e6f366c29c89ae923677 100644 |
--- a/components/arc/intent_helper/arc_intent_helper_bridge.cc |
+++ b/components/arc/intent_helper/arc_intent_helper_bridge.cc |
@@ -31,7 +31,7 @@ constexpr char kArcIntentHelperPackageName[] = "org.chromium.arc.intent_helper"; |
ArcIntentHelperBridge::ArcIntentHelperBridge( |
ArcBridgeService* bridge_service, |
const scoped_refptr<ActivityIconLoader>& icon_loader, |
- std::unique_ptr<SetWallpaperDelegate> set_wallpaper_delegate, |
+ std::shared_ptr<SetWallpaperDelegate> set_wallpaper_delegate, |
const scoped_refptr<LocalActivityResolver>& activity_resolver) |
: ArcService(bridge_service), |
binding_(this), |