| Index: ash/system/date/date_view.h
|
| diff --git a/ash/system/date/date_view.h b/ash/system/date/date_view.h
|
| index b7a592b4625743ec0a40ad3e7f768b21df950cf4..92042fb801074e7fa89e03eebb82ecb4cf194fb4 100644
|
| --- a/ash/system/date/date_view.h
|
| +++ b/ash/system/date/date_view.h
|
| @@ -110,7 +110,7 @@ class ASH_EXPORT TimeView : public BaseDateTimeView {
|
| // Overridden from views::View.
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
|
|
| - void SetBorder(TrayDate::ClockLayout clock_layout);
|
| + void SetBorderFromLayout(TrayDate::ClockLayout clock_layout);
|
| void SetupLabels();
|
| void SetupLabel(views::Label* label);
|
|
|
|
|