| Index: chrome/browser/notifications/message_center_display_service.cc
|
| diff --git a/chrome/browser/notifications/message_center_display_service.cc b/chrome/browser/notifications/message_center_display_service.cc
|
| index 8041092eea15db09ff5ecd405160c7d3cb4df00f..8805f1c385adb05f652ed24033a4beeb55f59003 100644
|
| --- a/chrome/browser/notifications/message_center_display_service.cc
|
| +++ b/chrome/browser/notifications/message_center_display_service.cc
|
| @@ -37,7 +37,7 @@ void MessageCenterDisplayService::Close(
|
| }
|
|
|
| void MessageCenterDisplayService::GetDisplayed(
|
| - const DisplayedNotificationsCallback& callback) const {
|
| + const DisplayedNotificationsCallback& callback) {
|
| auto displayed_notifications =
|
| base::MakeUnique<std::set<std::string>>(ui_manager_->GetAllIdsByProfile(
|
| NotificationUIManager::GetProfileID(profile_)));
|
|
|