Index: components/policy/core/common/cloud/cloud_policy_manager_unittest.cc |
diff --git a/components/policy/core/common/cloud/cloud_policy_manager_unittest.cc b/components/policy/core/common/cloud/cloud_policy_manager_unittest.cc |
index 274b95d6521d322e1d78d6664200b028f1204462..181024a4f788ca30ae1752b25c0261299213c0ea 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_manager_unittest.cc |
+++ b/components/policy/core/common/cloud/cloud_policy_manager_unittest.cc |
@@ -77,6 +77,7 @@ ConfigurationPolicyProvider* TestHarness::CreateProvider( |
store_.NotifyStoreLoaded(); |
ConfigurationPolicyProvider* provider = new CloudPolicyManager( |
PolicyNamespaceKey(dm_protocol::kChromeUserPolicyType, std::string()), |
+ kPolicyVerificationKeyHash, |
&store_, |
task_runner, |
task_runner, |
@@ -143,6 +144,7 @@ class TestCloudPolicyManager : public CloudPolicyManager { |
: CloudPolicyManager(PolicyNamespaceKey( |
dm_protocol::kChromeUserPolicyType, |
std::string()), |
+ kPolicyVerificationKeyHash, |
store, |
task_runner, |
task_runner, |