| Index: components/arc/arc_service_manager.h
|
| diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
|
| index 13bda2450c5ddf1f57fc3119bf31c778dc3730f4..53ac15ac38422594d9340c04e333c74252da9544 100644
|
| --- a/components/arc/arc_service_manager.h
|
| +++ b/components/arc/arc_service_manager.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/task_runner.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "components/arc/intent_helper/activity_icon_loader.h"
|
| +#include "components/arc/intent_helper/local_activity_resolver.h"
|
| #include "components/prefs/pref_member.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
|
|
| @@ -70,6 +71,7 @@ class ArcServiceManager {
|
| std::unique_ptr<ArcBridgeService> arc_bridge_service_;
|
| std::vector<std::unique_ptr<ArcService>> services_;
|
| scoped_refptr<ActivityIconLoader> icon_loader_;
|
| + scoped_refptr<LocalActivityResolver> activity_resolver_;
|
|
|
| // True once the window manager service got added, barring adding any more
|
| // of those since OnAshStarted() might be called multiple times.
|
|
|