| Index: chrome/browser/notifications/notification_ui_manager_android.h
|
| diff --git a/chrome/browser/notifications/notification_ui_manager_android.h b/chrome/browser/notifications/notification_ui_manager_android.h
|
| index 68fd226d411146f134ca07b56b51d7b2273ac2e7..9c43dce03cf68aef86455aa1bea231db20f4c2e9 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager_android.h
|
| +++ b/chrome/browser/notifications/notification_ui_manager_android.h
|
| @@ -51,10 +51,10 @@ class NotificationUIManagerAndroid : public NotificationUIManager {
|
| ProfileID profile_id) const override;
|
| bool CancelById(const std::string& delegate_id,
|
| ProfileID profile_id) override;
|
| - std::set<std::string> GetAllIdsByProfileAndSourceOrigin(Profile* profile,
|
| - const GURL& source)
|
| - override;
|
| - std::set<std::string> GetAllIdsByProfile(Profile* profile) override;
|
| + std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
|
| + ProfileID profile_id,
|
| + const GURL& source) 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;
|
|
|