| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 816e6bc82d0646c39418e8d4b5ad5e5fd4acf74f..54aff8303e121656b0d1a0c92c9fd177c04e5776 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -655,8 +655,7 @@ void TestingProfile::CreateProfilePolicyConnector() {
|
| if (!policy_service_) {
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
| std::vector<policy::ConfigurationPolicyProvider*> providers;
|
| - policy_service_.reset(new policy::PolicyServiceImpl(
|
| - providers, policy::PolicyServiceImpl::PreprocessCallback()));
|
| + policy_service_.reset(new policy::PolicyServiceImpl(providers));
|
| #else
|
| policy_service_.reset(new policy::PolicyServiceStub());
|
| #endif
|
|
|