| Index: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| index 9cdabac5407eb4c588453c450a186d673e76f7b5..176a94b5990c38990b85fe693dba5831900387da 100644
|
| --- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| @@ -23,6 +23,9 @@ class SequencedTaskRunner;
|
| }
|
|
|
| namespace chromeos {
|
| +
|
| +class InstallAttributes;
|
| +
|
| namespace attestation {
|
| class AttestationPolicyObserver;
|
| }
|
| @@ -34,7 +37,6 @@ class PrefService;
|
| namespace policy {
|
|
|
| class DeviceCloudPolicyStoreChromeOS;
|
| -class EnterpriseInstallAttributes;
|
| class HeartbeatScheduler;
|
| class StatusUploader;
|
| class SystemLogUploader;
|
| @@ -101,7 +103,7 @@ class DeviceCloudPolicyManagerChromeOS : public CloudPolicyManager {
|
|
|
| // Starts the connection via |client_to_connect|.
|
| void StartConnection(std::unique_ptr<CloudPolicyClient> client_to_connect,
|
| - EnterpriseInstallAttributes* install_attributes);
|
| + chromeos::InstallAttributes* install_attributes);
|
|
|
| // Sends the unregister request. |callback| is invoked with a boolean
|
| // parameter indicating the result when done.
|
|
|