Index: chrome/browser/policy/cloud/cloud_policy_manager_unittest.cc |
diff --git a/chrome/browser/policy/cloud/cloud_policy_manager_unittest.cc b/chrome/browser/policy/cloud/cloud_policy_manager_unittest.cc |
index f6e803ae7e59feff05d44548ec33e3b47f5017f2..568c495e9534148481ea03b1aa340dc823ea0e54 100644 |
--- a/chrome/browser/policy/cloud/cloud_policy_manager_unittest.cc |
+++ b/chrome/browser/policy/cloud/cloud_policy_manager_unittest.cc |
@@ -36,8 +36,7 @@ class TestHarness : public PolicyProviderTestHarness { |
virtual ConfigurationPolicyProvider* CreateProvider( |
SchemaRegistry* registry, |
- scoped_refptr<base::SequencedTaskRunner> task_runner, |
- const PolicyDefinitionList* policy_definition_list) OVERRIDE; |
+ scoped_refptr<base::SequencedTaskRunner> task_runner) OVERRIDE; |
virtual void InstallEmptyPolicy() OVERRIDE; |
virtual void InstallStringPolicy(const std::string& policy_name, |
@@ -72,8 +71,7 @@ void TestHarness::SetUp() {} |
ConfigurationPolicyProvider* TestHarness::CreateProvider( |
SchemaRegistry* registry, |
- scoped_refptr<base::SequencedTaskRunner> task_runner, |
- const PolicyDefinitionList* policy_definition_list) { |
+ scoped_refptr<base::SequencedTaskRunner> task_runner) { |
// Create and initialize the store. |
store_.NotifyStoreLoaded(); |
ConfigurationPolicyProvider* provider = new CloudPolicyManager( |