| Index: ash/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc
|
| index 998123f56577ea8024441c689f09185e33c4aeca..cfc1e1c26c61a8ab780f72f561076bece7be1200 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -98,7 +98,7 @@ WebNotificationTray::WebNotificationTray(
|
| SetVisible(false);
|
| message_center_tray_.reset(new message_center::MessageCenterTray(
|
| this,
|
| - Shell::GetInstance()->message_center()));
|
| + message_center::MessageCenter::Get()));
|
| OnMessageCenterTrayChanged();
|
| }
|
|
|
|
|