Index: chrome/browser/supervised_user/supervised_user_constants.h |
diff --git a/chrome/browser/managed_mode/managed_user_constants.h b/chrome/browser/supervised_user/supervised_user_constants.h |
similarity index 60% |
rename from chrome/browser/managed_mode/managed_user_constants.h |
rename to chrome/browser/supervised_user/supervised_user_constants.h |
index c27fc6df6bcb8a87b5603c6f5d58e88ca579e106..01c0fd8526405c916341217fba40895378c4b422 100644 |
--- a/chrome/browser/managed_mode/managed_user_constants.h |
+++ b/chrome/browser/supervised_user/supervised_user_constants.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_ |
-#define CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_ |
+#ifndef CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_CONSTANTS_H_ |
+#define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_CONSTANTS_H_ |
-namespace managed_users { |
+namespace supervised_users { |
-// Keys for managed user settings. These are configured remotely and mapped to |
-// preferences by the SupervisedUserPrefStore. |
+// Keys for supervised user settings. These are configured remotely and mapped |
+// to preferences by the SupervisedUserPrefStore. |
extern const char kContentPackDefaultFilteringBehavior[]; |
extern const char kContentPackManualBehaviorHosts[]; |
extern const char kContentPackManualBehaviorURLs[]; |
@@ -20,15 +20,15 @@ extern const char kUserPasswordRecord[]; |
// A pseudo-email address for systems that expect well-formed email addresses |
// (like Sync), even though we're not signed in. |
-extern const char kManagedUserPseudoEmail[]; |
+extern const char kSupervisedUserPseudoEmail[]; |
-// Keys for managed user shared settings. These can be configured remotely or |
+// Keys for supervised user shared settings. These can be configured remotely or |
// locally, and are mapped to preferences by the |
// SupervisedUserPrefMappingService. |
extern const char kChromeAvatarIndex[]; |
extern const char kChromeOSAvatarIndex[]; |
extern const char kChromeOSPasswordData[]; |
-} // namespace managed_users |
+} // namespace supervised_users |
-#endif // CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_ |
+#endif // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_CONSTANTS_H_ |