| Index: chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| index 33c0cf6d37171b9d7ad0de412cb116c34417c1f8..c3bd8bf7e2aa49ac263122cceaaabb6fec22679e 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| @@ -204,7 +204,7 @@ void WebNotificationTrayWin::OnMessageCenterTrayChanged() {
|
| // See the comments in ash/system/web_notification/web_notification_tray.cc
|
| // for why PostTask.
|
| should_update_tray_content_ = true;
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&WebNotificationTrayWin::UpdateStatusIcon, AsWeakPtr()));
|
| }
|
|
|