| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index fe19d5c06adc49ca61f5c120bfd0a5657355dd84..4e0427a3637d32d473d3b080710f5766eb70e537 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -16,6 +16,7 @@
|
| #include "build/build_config.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths_internal.h"
|
| +#include "chrome/common/features.h"
|
| #include "media/cdm/cdm_paths.h"
|
| #include "ppapi/features/features.h"
|
|
|
| @@ -431,7 +432,7 @@ bool PathProvider(int key, base::FilePath* result) {
|
| cur = cur.Append(FILE_PATH_LITERAL("custom_wallpapers"));
|
| break;
|
| #endif
|
| -#if defined(ENABLE_SUPERVISED_USERS)
|
| +#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
|
| #if defined(OS_LINUX)
|
| case chrome::DIR_SUPERVISED_USERS_DEFAULT_APPS:
|
| if (!PathService::Get(chrome::DIR_STANDALONE_EXTERNAL_EXTENSIONS, &cur))
|
|
|