diff options
Diffstat (limited to 'ash/system/date/date_view.cc')
-rw-r--r-- | ash/system/date/date_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/system/date/date_view.cc b/ash/system/date/date_view.cc index e5defba..29a0492 100644 --- a/ash/system/date/date_view.cc +++ b/ash/system/date/date_view.cc @@ -134,7 +134,7 @@ void DateView::UpdateTextInternal(const base::Time& now) { day_of_week_label_->SetText(FormatDayOfWeek(now)); } -bool DateView::PerformAction(const views::Event& event) { +bool DateView::PerformAction(const ui::Event& event) { if (!actionable_) return false; @@ -194,7 +194,7 @@ void TimeView::UpdateTextInternal(const base::Time& now) { Layout(); } -bool TimeView::PerformAction(const views::Event& event) { +bool TimeView::PerformAction(const ui::Event& event) { return false; } |