Index: chrome/browser/notifications/message_center_notification_manager.cc |
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc |
index 347f26ba7d805af4bf203658e6b49a25d6a49574..38d1995378b4291dcb3ed61b8bdee62746e38595 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -141,7 +141,7 @@ bool MessageCenterNotificationManager::UpdateNotification( |
old_notification->profile()->IsSameProfile(profile)) { |
std::string old_id = |
old_notification->notification().notification_id(); |
- DCHECK(message_center_->GetNotificationList()->HasNotification(old_id)); |
+ DCHECK(message_center_->notification_list()->HasNotification(old_id)); |
// Add/remove notification in the local list but just update the same |
// one in MessageCenter. |