| 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 f94c740b2603ead9faea90b21e0fb67b6616ea44..a0537d8144cf92f9229f66a403633f6231e7ffa5 100644
|
| --- a/ash/common/system/chromeos/power/power_status.h
|
| +++ b/ash/common/system/chromeos/power/power_status.h
|
| @@ -192,7 +192,7 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer {
|
| // Returns information about the image that would be returned by
|
| // GetBatteryImage(). This can be cached and compared against future objects
|
| // returned by this method to avoid creating new images unnecessarily.
|
| - BatteryImageInfo GetBatteryImageInfo(IconSet icon_set) const;
|
| + BatteryImageInfo GetBatteryImageInfo() const;
|
|
|
| // A helper function called by GetBatteryImageInfo(). Populates the fields of
|
| // |info|.
|
|
|