| Index: chrome/browser/notifications/message_center_notification_manager.h
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h
|
| index a5a2149c89154d23ec5806f8f9104b5167649cea..abaeffde1d6b120b439f754ee639faadabdca173 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.h
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.h
|
| @@ -59,9 +59,9 @@ class MessageCenterNotificationManager
|
| bool CancelById(const std::string& delegate_id,
|
| ProfileID profile_id) override;
|
| std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
|
| - Profile* profile,
|
| + ProfileID profile_id,
|
| const GURL& source) override;
|
| - std::set<std::string> GetAllIdsByProfile(Profile* profile) override;
|
| + std::set<std::string> GetAllIdsByProfile(ProfileID profile_id) override;
|
| bool CancelAllBySourceOrigin(const GURL& source_origin) override;
|
| bool CancelAllByProfile(ProfileID profile_id) override;
|
| void CancelAll() override;
|
|
|