summaryrefslogtreecommitdiffstats
path: root/ash/system/date/date_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/date/date_view.h')
-rw-r--r--ash/system/date/date_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/date/date_view.h b/ash/system/date/date_view.h
index d605815..881c22a 100644
--- a/ash/system/date/date_view.h
+++ b/ash/system/date/date_view.h
@@ -36,6 +36,7 @@ class BaseDateTimeView : public ActionableView {
virtual void UpdateTextInternal(const base::Time& now) = 0;
// Overridden from views::View.
+ virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE;
virtual void OnLocaleChanged() OVERRIDE;
base::OneShotTimer<BaseDateTimeView> timer_;