| Index: chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h b/chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h
|
| index 54f08d586a8b4600116212b5243e0a23152eca92..3afc8eb136144de5c36fce7c093ed2b172fd299e 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h
|
| @@ -19,15 +19,15 @@ class MultiUserNotificationBlockerChromeOS
|
| MultiUserNotificationBlockerChromeOS(
|
| message_center::MessageCenter* message_center,
|
| const std::string& initial_user_id);
|
| - virtual ~MultiUserNotificationBlockerChromeOS();
|
| + ~MultiUserNotificationBlockerChromeOS() override;
|
|
|
| // Called by MultiUserWindowManager when the active user has changed.
|
| void ActiveUserChanged(const std::string& user_id);
|
|
|
| // message_center::NotificationBlocker overrides:
|
| - virtual bool ShouldShowNotification(
|
| + bool ShouldShowNotification(
|
| const message_center::NotifierId& notifier_id) const override;
|
| - virtual bool ShouldShowNotificationAsPopup(
|
| + bool ShouldShowNotificationAsPopup(
|
| const message_center::NotifierId& notifier_id) const override;
|
|
|
| private:
|
|
|