| Index: chrome/browser/themes/theme_properties.h
 | 
| diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h
 | 
| index cd07bc64fa1efb82323c886b8cb356c699cf37ee..573d8590abe5bde9a361c405c21396c2ec225941 100644
 | 
| --- a/chrome/browser/themes/theme_properties.h
 | 
| +++ b/chrome/browser/themes/theme_properties.h
 | 
| @@ -10,6 +10,7 @@
 | 
|  
 | 
|  #include "base/macros.h"
 | 
|  #include "build/build_config.h"
 | 
| +#include "chrome/common/features.h"
 | 
|  #include "third_party/skia/include/core/SkColor.h"
 | 
|  #include "ui/gfx/color_utils.h"
 | 
|  
 | 
| @@ -128,7 +129,7 @@ class ThemeProperties {
 | 
|      COLOR_NTP_SECTION_HEADER_RULE,
 | 
|      COLOR_NTP_SECTION_HEADER_RULE_LIGHT,
 | 
|      COLOR_NTP_TEXT_LIGHT,
 | 
| -#if defined(ENABLE_SUPERVISED_USERS)
 | 
| +#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
 | 
|      COLOR_SUPERVISED_USER_LABEL,
 | 
|      COLOR_SUPERVISED_USER_LABEL_BACKGROUND,
 | 
|      COLOR_SUPERVISED_USER_LABEL_BORDER,
 | 
| 
 |