summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/enterprise_install_attributes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/enterprise_install_attributes.cc')
-rw-r--r--chrome/browser/policy/enterprise_install_attributes.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/policy/enterprise_install_attributes.cc b/chrome/browser/policy/enterprise_install_attributes.cc
index 03ebc96..6d89722 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 {