| Index: chrome/browser/policy/testing_cloud_policy_subsystem.h
|
| diff --git a/chrome/browser/policy/testing_cloud_policy_subsystem.h b/chrome/browser/policy/testing_cloud_policy_subsystem.h
|
| index 4976817846cccb03cc2e46df5812f56e93e3e286..fde7cda3e1e98fa2429c076fa8e12b6737d57171 100644
|
| --- a/chrome/browser/policy/testing_cloud_policy_subsystem.h
|
| +++ b/chrome/browser/policy/testing_cloud_policy_subsystem.h
|
| @@ -10,6 +10,7 @@
|
|
|
| namespace policy {
|
|
|
| +class CloudPolicyDataStore;
|
| class EventLogger;
|
|
|
| // A CloudPolicySubsystem for testing: it uses EventLogger to issue delayed
|
| @@ -17,7 +18,7 @@ class EventLogger;
|
| class TestingCloudPolicySubsystem : public CloudPolicySubsystem {
|
| public:
|
| // Takes ownership of |policy_cache|.
|
| - TestingCloudPolicySubsystem(CloudPolicyIdentityStrategy* identity_strategy,
|
| + TestingCloudPolicySubsystem(CloudPolicyDataStore* data,
|
| CloudPolicyCacheBase* policy_cache,
|
| const std::string& device_management_url,
|
| EventLogger* logger);
|
|
|