| Index: ash/common/system/chromeos/power/power_status.h
|
| diff --git a/ash/common/system/chromeos/power/power_status.h b/ash/common/system/chromeos/power/power_status.h
|
| index b9e3d8345961d77601487ab223d6bd01dc0e8f72..90d06fff1e2ce62d65695fc8d09b63d9a805222e 100644
|
| --- a/ash/common/system/chromeos/power/power_status.h
|
| +++ b/ash/common/system/chromeos/power/power_status.h
|
| @@ -34,10 +34,7 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer {
|
| };
|
|
|
| // Different styles of battery icons.
|
| - enum IconSet {
|
| - ICON_LIGHT,
|
| - ICON_DARK
|
| - };
|
| + enum IconSet { ICON_LIGHT, ICON_DARK };
|
|
|
| // Interface for classes that wish to be notified when the power status
|
| // has changed.
|
|
|