| Index: ash/system/date/tray_system_info.cc
|
| diff --git a/ash/system/date/tray_system_info.cc b/ash/system/date/tray_system_info.cc
|
| index 4f407dc9a45e9afe71c8ef16b13fe85f2d41030c..5014f9f72e9851bfab0fbaf0f8b340d088a78cbd 100644
|
| --- a/ash/system/date/tray_system_info.cc
|
| +++ b/ash/system/date/tray_system_info.cc
|
| @@ -53,7 +53,7 @@ views::View* TraySystemInfo::CreateTrayView(LoginStatus status) {
|
| }
|
|
|
| views::View* TraySystemInfo::CreateDefaultView(LoginStatus status) {
|
| - default_view_ = new SystemInfoDefaultView(this, status);
|
| + default_view_ = new SystemInfoDefaultView(this);
|
|
|
| // Save the login status we created the view with.
|
| login_status_ = status;
|
|
|