| Index: components/policy/core/common/cloud/cloud_policy_manager.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_manager.h b/components/policy/core/common/cloud/cloud_policy_manager.h
|
| index 40e1086912f3e4cc77b75e8a779a6ab2260548ad..14a0956aa696e32c5051e380825949a52b66e6e3 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_manager.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_manager.h
|
| @@ -87,7 +87,8 @@ class POLICY_EXPORT CloudPolicyManager
|
| const std::string& policy_type,
|
| const base::FilePath& policy_cache_path,
|
| const scoped_refptr<net::URLRequestContextGetter>& request_context,
|
| - CloudPolicyClient* client);
|
| + CloudPolicyClient* client,
|
| + SchemaRegistry* schema_registry);
|
|
|
| void ClearAndDestroyComponentCloudPolicyService();
|
|
|
|
|