| Index: chrome/browser/notifications/fullscreen_notification_blocker.h
|
| diff --git a/chrome/browser/notifications/fullscreen_notification_blocker.h b/chrome/browser/notifications/fullscreen_notification_blocker.h
|
| index 11df3f3066a24648fc47eaa5c39f496eda346c73..de51ec07f5329cf7bd0b71ef0816d782f665a57e 100644
|
| --- a/chrome/browser/notifications/fullscreen_notification_blocker.h
|
| +++ b/chrome/browser/notifications/fullscreen_notification_blocker.h
|
| @@ -22,15 +22,15 @@ class FullscreenNotificationBlocker
|
| bool is_fullscreen_mode() const { return is_fullscreen_mode_; }
|
|
|
| // message_center::NotificationBlocker overrides:
|
| - virtual void CheckState() OVERRIDE;
|
| + virtual void CheckState() override;
|
| virtual bool ShouldShowNotificationAsPopup(
|
| - const message_center::NotifierId& notifier_id) const OVERRIDE;
|
| + const message_center::NotifierId& notifier_id) const override;
|
|
|
| private:
|
| // content::NotificationObserver override.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| bool is_fullscreen_mode_;
|
|
|
|
|