| Index: chrome/browser/notifications/notification_test_util.h
|
| diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
|
| index 1ea0fc0efb66e0fceeb440d65589e961d06e57f0..e2d34ebb0c10a5f90b4b917117b92afd925136e9 100644
|
| --- a/chrome/browser/notifications/notification_test_util.h
|
| +++ b/chrome/browser/notifications/notification_test_util.h
|
| @@ -56,9 +56,9 @@ class StubNotificationUIManager : public NotificationUIManager {
|
| 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;
|
|
|