Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2001)

Unified Diff: chrome/browser/chromeos/policy/device_cloud_policy_initializer.h

Issue 2382833002: Rename policy::EnterpriseInstallAttributes to chromeos::InstallAttributes. (Closed)
Patch Set: Add missing #includes. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698