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 8c5c9445643ff5391c192a2ea810906b5e798204..698ba2896adf7199aa1fabfd2c04572c957ed5ff 100644 |
--- a/chrome/browser/notifications/screen_lock_notification_blocker.h |
+++ b/chrome/browser/notifications/screen_lock_notification_blocker.h |
@@ -16,13 +16,13 @@ class ScreenLockNotificationBlocker |
public: |
explicit ScreenLockNotificationBlocker( |
message_center::MessageCenter* message_center); |
- virtual ~ScreenLockNotificationBlocker(); |
+ ~ScreenLockNotificationBlocker() override; |
bool is_locked() const { return is_locked_; } |
// message_center::NotificationBlocker overrides: |
- virtual void CheckState() override; |
- virtual bool ShouldShowNotificationAsPopup( |
+ void CheckState() override; |
+ bool ShouldShowNotificationAsPopup( |
const message_center::NotifierId& notifier_id) const override; |
private: |