| Index: ash/system/power/tray_power.h
|
| diff --git a/ash/system/power/tray_power.h b/ash/system/power/tray_power.h
|
| index 20e9a8ec12a30efa1605a9011a36530f4bb8d681..7f6c60e5be8980cdbe48c91b16b82246816587b5 100644
|
| --- a/ash/system/power/tray_power.h
|
| +++ b/ash/system/power/tray_power.h
|
| @@ -34,7 +34,8 @@ class TrayPower : public SystemTrayItem,
|
| virtual void DestroyDetailedView() OVERRIDE;
|
|
|
| // Overridden from PowerStatusObserver.
|
| - virtual void OnPowerStatusChanged(const PowerSupplyStatus& status) OVERRIDE;
|
| + virtual void OnPowerStatusChanged(
|
| + const chromeos::PowerSupplyStatus& status) OVERRIDE;
|
|
|
| scoped_ptr<tray::DateView> date_;
|
| scoped_ptr<tray::PowerPopupView> power_;
|
|
|