| Index: chrome/browser/chromeos/policy/device_cloud_policy_initializer.h
|
| diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_initializer.h b/chrome/browser/chromeos/policy/device_cloud_policy_initializer.h
|
| index 5859066f61b1ba1b6316acde5c19578d3b697008..2d063f0ddcb576e3d0f44d2a08bbbadaabba7d5f 100644
|
| --- a/chrome/browser/chromeos/policy/device_cloud_policy_initializer.h
|
| +++ b/chrome/browser/chromeos/policy/device_cloud_policy_initializer.h
|
| @@ -26,6 +26,9 @@ class SequencedTaskRunner;
|
| }
|
|
|
| namespace chromeos {
|
| +
|
| +class InstallAttributes;
|
| +
|
| namespace attestation {
|
| class AttestationFlow;
|
| }
|
| @@ -43,7 +46,6 @@ class DeviceManagementService;
|
| struct EnrollmentConfig;
|
| class EnrollmentHandlerChromeOS;
|
| class EnrollmentStatus;
|
| -class EnterpriseInstallAttributes;
|
|
|
| // This class connects DCPM to the correct device management service, and
|
| // handles the enrollment process.
|
| @@ -57,7 +59,7 @@ class DeviceCloudPolicyInitializer : public CloudPolicyStore::Observer {
|
| PrefService* local_state,
|
| DeviceManagementService* enterprise_service,
|
| const scoped_refptr<base::SequencedTaskRunner>& background_task_runner,
|
| - EnterpriseInstallAttributes* install_attributes,
|
| + chromeos::InstallAttributes* install_attributes,
|
| ServerBackedStateKeysBroker* state_keys_broker,
|
| DeviceCloudPolicyStoreChromeOS* device_store,
|
| DeviceCloudPolicyManagerChromeOS* manager,
|
| @@ -135,7 +137,7 @@ class DeviceCloudPolicyInitializer : public CloudPolicyStore::Observer {
|
| PrefService* local_state_;
|
| DeviceManagementService* enterprise_service_;
|
| scoped_refptr<base::SequencedTaskRunner> background_task_runner_;
|
| - EnterpriseInstallAttributes* install_attributes_;
|
| + chromeos::InstallAttributes* install_attributes_;
|
| ServerBackedStateKeysBroker* state_keys_broker_;
|
| DeviceCloudPolicyStoreChromeOS* device_store_;
|
| DeviceCloudPolicyManagerChromeOS* manager_;
|
|
|