| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 52f42fe180fde9d0a794cdead319e80f300f30d1..3fef01292d56a2068925a10fa3aee0ff318534a0 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -435,7 +435,7 @@ bool PathProvider(int key, base::FilePath* result) {
|
| break;
|
| #endif
|
| #if defined(OS_LINUX) && defined(ENABLE_MANAGED_USERS)
|
| - case chrome::DIR_MANAGED_USERS_DEFAULT_APPS:
|
| + case chrome::DIR_SUPERVISED_USERS_DEFAULT_APPS:
|
| if (!PathService::Get(chrome::DIR_STANDALONE_EXTERNAL_EXTENSIONS, &cur))
|
| return false;
|
| cur = cur.Append(FILE_PATH_LITERAL("managed_users"));
|
|
|