| Index: ash/common/system/chromeos/power/tray_power.h
|
| diff --git a/ash/common/system/chromeos/power/tray_power.h b/ash/common/system/chromeos/power/tray_power.h
|
| index 9ad7516c327f5818f8660e3aef02a8fcbbf4809e..43be8bb5b2e4f692c6e0949f2f82ab8b92284363 100644
|
| --- a/ash/common/system/chromeos/power/tray_power.h
|
| +++ b/ash/common/system/chromeos/power/tray_power.h
|
| @@ -67,7 +67,7 @@ class ASH_EXPORT TrayPower : public SystemTrayItem,
|
|
|
| // This enum is used for histogram. The existing values should not be removed,
|
| // and the new values should be added just before CHARGER_TYPE_COUNT.
|
| - enum ChargerType{
|
| + enum ChargerType {
|
| UNKNOWN_CHARGER,
|
| MAINS_CHARGER,
|
| USB_CHARGER,
|
|
|