| 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 a20f1f9c8cf32f0d2571b0b3411416f36cc48a22..87047e3777277564d68cf018d82ca01c38a448bb 100644
|
| --- a/ash/common/system/date/tray_date.cc
|
| +++ b/ash/common/system/date/tray_date.cc
|
| @@ -87,8 +87,7 @@ void TrayDate::DestroyDefaultView() {
|
| default_view_ = NULL;
|
| }
|
|
|
| -void TrayDate::DestroyDetailedView() {
|
| -}
|
| +void TrayDate::DestroyDetailedView() {}
|
|
|
| void TrayDate::UpdateAfterLoginStatusChange(LoginStatus status) {}
|
|
|
|
|