| Index: chrome/browser/policy/enterprise_install_attributes.cc
|
| diff --git a/chrome/browser/policy/enterprise_install_attributes.cc b/chrome/browser/policy/enterprise_install_attributes.cc
|
| index 03ebc9628553e84796cc59627f9163f9e2c85cf0..6d897228622f529fd412a8a5ebf7dea2a9477eaa 100644
|
| --- a/chrome/browser/policy/enterprise_install_attributes.cc
|
| +++ b/chrome/browser/policy/enterprise_install_attributes.cc
|
| @@ -7,8 +7,12 @@
|
| #include "base/logging.h"
|
| #include "chrome/browser/chromeos/cros/cryptohome_library.h"
|
|
|
| -static const char kAttrEnterpriseOwned[] = "enterprise.owned";
|
| -static const char kAttrEnterpriseUser[] = "enterprise.user";
|
| +namespace {
|
| +
|
| +const char kAttrEnterpriseOwned[] = "enterprise.owned";
|
| +const char kAttrEnterpriseUser[] = "enterprise.user";
|
| +
|
| +} // namespace
|
|
|
| namespace policy {
|
|
|
|
|