Index: chrome/browser/notifications/screen_lock_notification_blocker.h |
diff --git a/chrome/browser/notifications/screen_lock_notification_blocker.h b/chrome/browser/notifications/screen_lock_notification_blocker.h |
index 88888780aa11db1757ebe8c5eb6d1f888322cb22..7644955cd12920eee61e4b4094e4b0ca774f56f9 100644 |
--- a/chrome/browser/notifications/screen_lock_notification_blocker.h |
+++ b/chrome/browser/notifications/screen_lock_notification_blocker.h |
@@ -23,7 +23,7 @@ class ScreenLockNotificationBlocker |
// message_center::NotificationBlocker overrides: |
void CheckState() override; |
bool ShouldShowNotificationAsPopup( |
- const message_center::NotifierId& notifier_id) const override; |
+ const message_center::Notification& notification) const override; |
private: |
bool is_locked_; |