| Index: ash/public/cpp/ash_pref_names.h | 
| diff --git a/ash/public/cpp/ash_pref_names.h b/ash/public/cpp/ash_pref_names.h | 
| index ea59a586e34541d57b77e3ad0f97ee0313efcba8..5a4e8d4d8aa0dc1eae62f62d5ebdde7f37bb297f 100644 | 
| --- a/ash/public/cpp/ash_pref_names.h | 
| +++ b/ash/public/cpp/ash_pref_names.h | 
| @@ -13,6 +13,9 @@ namespace prefs { | 
|  | 
| ASH_PUBLIC_EXPORT extern const char kNightLightEnabled[]; | 
| ASH_PUBLIC_EXPORT extern const char kNightLightTemperature[]; | 
| +ASH_PUBLIC_EXPORT extern const char kNightLightScheduleType[]; | 
| +ASH_PUBLIC_EXPORT extern const char kNightLightCustomStartTime[]; | 
| +ASH_PUBLIC_EXPORT extern const char kNightLightCustomEndTime[]; | 
|  | 
| }  // namespace prefs | 
|  | 
|  |