| Index: chrome/browser/policy/profile_policy_context.cc
|
| diff --git a/chrome/browser/policy/profile_policy_context.cc b/chrome/browser/policy/profile_policy_context.cc
|
| index 23b6758c34109c532120709a6566f27640b5a571..0882ab4fd25ce9f514be9815e852b98a90c4f200 100644
|
| --- a/chrome/browser/policy/profile_policy_context.cc
|
| +++ b/chrome/browser/policy/profile_policy_context.cc
|
| @@ -22,8 +22,7 @@ ProfilePolicyContext::ProfilePolicyContext(Profile* profile)
|
| new policy::DeviceManagementPolicyProvider(
|
| ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList(),
|
| device_management_service_->CreateBackend(),
|
| - profile_->GetTokenService(),
|
| - profile_->GetPath()));
|
| + profile_));
|
| }
|
| }
|
|
|
|
|