| Index: ash/system/date/tray_date.h
|
| diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h
|
| index 6e116429b57b92a340bb69a03bad95295f62ecc6..dc8988ca0a6f680d5d914a79a7a99b6a5d3b85a6 100644
|
| --- a/ash/system/date/tray_date.h
|
| +++ b/ash/system/date/tray_date.h
|
| @@ -43,6 +43,7 @@ class TrayDate : public SystemTrayItem,
|
|
|
| // Overridden from ClockObserver.
|
| virtual void OnDateFormatChanged() OVERRIDE;
|
| + virtual void OnSystemClockTimeUpdated() OVERRIDE;
|
| virtual void Refresh() OVERRIDE;
|
|
|
| void SetupLabelForTimeTray(views::Label* label);
|
|
|