diff options
Diffstat (limited to 'ash/system/web_notification/web_notification_tray.cc')
-rw-r--r-- | ash/system/web_notification/web_notification_tray.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc index 9c10822..4565ef0 100644 --- a/ash/system/web_notification/web_notification_tray.cc +++ b/ash/system/web_notification/web_notification_tray.cc @@ -464,7 +464,7 @@ void WebNotificationTray::OnMessageCenterTrayChanged() { // consecutively, and calling Update in the middle of those events will show // intermediate unread counts for a moment. should_update_tray_content_ = true; - MessageLoop::current()->PostTask( + base::MessageLoop::current()->PostTask( FROM_HERE, base::Bind(&WebNotificationTray::UpdateTrayContent, AsWeakPtr())); } |