Chromium Code Reviews| Index: ash/system/tray/system_tray_item.h |
| diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h |
| index 9b3f5cc4e65cd7b2f59a5a2d4cec36c9e22224a2..41f12b1993d8caa7a044f8b1c3998e4d2184d40b 100644 |
| --- a/ash/system/tray/system_tray_item.h |
| +++ b/ash/system/tray/system_tray_item.h |
| @@ -61,7 +61,8 @@ class ASH_EXPORT SystemTrayItem { |
| UMA_TRACING = 23, |
| UMA_USER = 24, |
| UMA_VPN = 25, |
| - UMA_COUNT = 26, |
| + UMA_NIGHT_LIGHT = 26, |
| + UMA_COUNT = 27, |
| }; |
| SystemTrayItem(SystemTray* system_tray, UmaType type); |