| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 21af31b1ea29c6dd4ae24d33b6fdb4e43ec7f946..714c2cdc0f239a94f7a17f44d659a7e542fb1c22 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -301,7 +301,8 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
|
| return base::k24HourClock;
|
| }
|
|
|
| - virtual PowerSupplyStatus GetPowerSupplyStatus() const OVERRIDE {
|
| + virtual PowerSupplyStatus GetPowerSupplyStatus(
|
| + UpdateRequestType request_type) const OVERRIDE {
|
| return PowerSupplyStatus();
|
| }
|
|
|
|
|