Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 3dd5bd3695f22910e79ef9d4472854507daf4285..e2565728a07a119082c4928959ef0ba5e6371c09 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -169,7 +169,7 @@ const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); |
const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); |
const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); |
const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); |
-const base::FilePath::CharType kManagedModePolicyFilename[] = |
+const base::FilePath::CharType kManagedUserSettingsFilename[] = |
FPL("Managed Mode Settings"); |
const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); |
const base::FilePath::CharType kNewTabThumbnailsFilename[] = |