| Index: chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| index 8ce3492419948cfae5d3e41ac0f54e23222c6cbb..e66d07580495ba2283363089f4ae9f570fb4c49b 100644
|
| --- a/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| +++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| @@ -121,7 +121,7 @@ void EnterpriseInstallAttributes::ReadAttributesIfReady(
|
| !cryptohome_util::InstallAttributesIsFirstInstall()) {
|
| device_locked_ = true;
|
|
|
| - static const char* kEnterpriseAttributes[] = {
|
| + static const char* const kEnterpriseAttributes[] = {
|
| kAttrEnterpriseDeviceId,
|
| kAttrEnterpriseDomain,
|
| kAttrEnterpriseMode,
|
|
|