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

Unified Diff: chrome/browser/chromeos/policy/enrollment_handler_chromeos.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/enrollment_handler_chromeos.h
diff --git a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
index 9bc1c72d03cbe70b18696d8175e5ac0f8cb9f18f..e12bfa8b75a8aab1eecb0076e31f59ca83833435 100644
--- a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
@@ -15,7 +15,7 @@
#include "chrome/browser/chromeos/policy/device_cloud_policy_initializer.h"
#include "chrome/browser/chromeos/policy/device_cloud_policy_validator.h"
#include "chrome/browser/chromeos/policy/enrollment_config.h"
-#include "chrome/browser/chromeos/policy/enterprise_install_attributes.h"
+#include "chrome/browser/chromeos/settings/install_attributes.h"
#include "components/policy/core/common/cloud/cloud_policy_client.h"
#include "components/policy/core/common/cloud/cloud_policy_constants.h"
#include "components/policy/core/common/cloud/cloud_policy_store.h"
@@ -59,7 +59,7 @@ class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer,
// enrollment handler.
EnrollmentHandlerChromeOS(
DeviceCloudPolicyStoreChromeOS* store,
- EnterpriseInstallAttributes* install_attributes,
+ chromeos::InstallAttributes* install_attributes,
ServerBackedStateKeysBroker* state_keys_broker,
chromeos::attestation::AttestationFlow* attestation_flow,
std::unique_ptr<CloudPolicyClient> client,
@@ -145,7 +145,7 @@ class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer,
// Handle callback from InstallAttributes::LockDevice() and retry on failure.
void HandleLockDeviceResult(
- EnterpriseInstallAttributes::LockResult lock_result);
+ chromeos::InstallAttributes::LockResult lock_result);
// Initiates storing of robot auth token.
void StartStoreRobotAuth();
@@ -160,7 +160,7 @@ class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer,
void ReportResult(EnrollmentStatus status);
DeviceCloudPolicyStoreChromeOS* store_;
- EnterpriseInstallAttributes* install_attributes_;
+ chromeos::InstallAttributes* install_attributes_;
ServerBackedStateKeysBroker* state_keys_broker_;
chromeos::attestation::AttestationFlow* attestation_flow_;
std::unique_ptr<CloudPolicyClient> client_;

Powered by Google App Engine
This is Rietveld 408576698