| Index: components/arc/arc_service_manager.h
|
| diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
|
| index ac2f4a552aa7b901fe54517868f44887a62bb1ef..469918a07b10110af3d86e8bc47a7ddaa6022ea8 100644
|
| --- a/components/arc/arc_service_manager.h
|
| +++ b/components/arc/arc_service_manager.h
|
| @@ -44,7 +44,8 @@ class ArcServiceManager {
|
| // Called when the main profile is initialized after user logs in.
|
| void OnPrimaryUserProfilePrepared(
|
| const AccountId& account_id,
|
| - std::unique_ptr<BooleanPrefMember> arc_enabled_pref);
|
| + std::unique_ptr<BooleanPrefMember> arc_enabled_pref,
|
| + PrefService* pref_service);
|
|
|
| // Called once the windowing system (ash) has been started.
|
| void OnAshStarted();
|
|
|