| Index: ash/common/system/date/tray_date.cc
|
| diff --git a/ash/common/system/date/tray_date.cc b/ash/common/system/date/tray_date.cc
|
| index 7264f47424eb201b44265f02b991d6ada54b2851..93ef9ebefb73df477dec09acccca461366013589 100644
|
| --- a/ash/common/system/date/tray_date.cc
|
| +++ b/ash/common/system/date/tray_date.cc
|
| @@ -64,7 +64,7 @@ views::View* TrayDate::CreateTrayView(LoginStatus status) {
|
| }
|
|
|
| views::View* TrayDate::CreateDefaultView(LoginStatus status) {
|
| - default_view_ = new DateDefaultView(status);
|
| + default_view_ = new DateDefaultView(this, status);
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Save the login status we created the view with.
|
|
|