Index: chrome/browser/policy/profile_policy_connector.h |
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h |
index b8a32951d2a497739bd946bb34915b083ea640c5..b794c0f6e2579f2f67f3148509b16b451c22436c 100644 |
--- a/chrome/browser/policy/profile_policy_connector.h |
+++ b/chrome/browser/policy/profile_policy_connector.h |
@@ -37,7 +37,8 @@ class ProfilePolicyConnector : public KeyedService { |
SchemaRegistry* schema_registry, |
CloudPolicyManager* user_cloud_policy_manager); |
- void InitForTesting(scoped_ptr<PolicyService> service); |
+ void InitForTesting(scoped_ptr<PolicyService> service, |
+ CloudPolicyManager* user_cloud_policy_manager); |
// KeyedService: |
void Shutdown() override; |