| Index: ash/system/power/tray_power.h
|
| diff --git a/ash/system/power/tray_power.h b/ash/system/power/tray_power.h
|
| index 91ebf74b99402b671a3c785d19c34e7b8cdc9a20..61687ab474110897eef1ecdafac9dee3ed939f30 100644
|
| --- a/ash/system/power/tray_power.h
|
| +++ b/ash/system/power/tray_power.h
|
| @@ -30,7 +30,7 @@ enum IconSet {
|
| class TrayPower : public SystemTrayItem,
|
| public PowerStatusObserver {
|
| public:
|
| - TrayPower();
|
| + explicit TrayPower(SystemTray* system_tray);
|
| virtual ~TrayPower();
|
|
|
| // Gets the icon index in the battery icon array image based on
|
|
|