| Index: chrome/browser/supervised_user/child_accounts/child_account_service.cc
|
| diff --git a/chrome/browser/supervised_user/child_accounts/child_account_service.cc b/chrome/browser/supervised_user/child_accounts/child_account_service.cc
|
| index cb6e1d04f4d78f28d19b802ff317dba1801e1367..de932ca951c5b15a0a44ce75acf44d08a55ddf04 100644
|
| --- a/chrome/browser/supervised_user/child_accounts/child_account_service.cc
|
| +++ b/chrome/browser/supervised_user/child_accounts/child_account_service.cc
|
| @@ -195,7 +195,7 @@ bool ChildAccountService::SetActive(bool active) {
|
|
|
| // Trigger a sync reconfig to enable/disable the right SU data types.
|
| // The logic to do this lives in the SupervisedUserSyncDataTypeController.
|
| - ProfileSyncService* sync_service =
|
| + browser_sync::ProfileSyncService* sync_service =
|
| ProfileSyncServiceFactory::GetForProfile(profile_);
|
| if (sync_service->IsFirstSetupComplete())
|
| sync_service->ReconfigureDatatypeManager();
|
|
|