| Index: ash/system/date/tray_date.h
|
| diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h
|
| index f55ac93e793364e60cf3d9fe8ccc76641df493b3..ee8495317dea18a383aab54ba5f1a0b759d1fa72 100644
|
| --- a/ash/system/date/tray_date.h
|
| +++ b/ash/system/date/tray_date.h
|
| @@ -13,7 +13,7 @@ namespace ash {
|
| namespace internal {
|
|
|
| namespace tray {
|
| -class DateView;
|
| +class TimeView;
|
| }
|
|
|
| class TrayDate : public SystemTrayItem,
|
| @@ -36,7 +36,7 @@ class TrayDate : public SystemTrayItem,
|
| virtual void OnDateFormatChanged() OVERRIDE;
|
| virtual void Refresh() OVERRIDE;
|
|
|
| - scoped_ptr<tray::DateView> date_tray_;
|
| + scoped_ptr<tray::TimeView> time_tray_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayDate);
|
| };
|
|
|