| Index: ash/system/chromeos/system_clock_observer.h
|
| diff --git a/ash/system/chromeos/system_clock_observer.h b/ash/system/chromeos/system_clock_observer.h
|
| index 5d4c4d668008a3d1ba3ba70cfa3ccc838121d992..c5960903f04c64dff2d01fdd81791403fcdecc1f 100644
|
| --- a/ash/system/chromeos/system_clock_observer.h
|
| +++ b/ash/system/chromeos/system_clock_observer.h
|
| @@ -18,11 +18,11 @@ class SystemClockObserver
|
| virtual ~SystemClockObserver();
|
|
|
| // chromeos::SystemClockClient::Observer
|
| - virtual void SystemClockUpdated() OVERRIDE;
|
| - virtual void SystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
|
| + virtual void SystemClockUpdated() override;
|
| + virtual void SystemClockCanSetTimeChanged(bool can_set_time) override;
|
|
|
| // chromeos::system::TimezoneSettings::Observer
|
| - virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
|
| + virtual void TimezoneChanged(const icu::TimeZone& timezone) override;
|
|
|
| bool can_set_time() { return can_set_time_; }
|
|
|
|
|