| Index: chrome/browser/ui/views/message_center/web_notification_tray.h
|
| diff --git a/chrome/browser/ui/views/message_center/web_notification_tray.h b/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| index e08984ceb0927705a7f990cf464300418627f071..e9fcc565ee22bdcf5bd09f324a561d871957ef9e 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| @@ -71,7 +71,7 @@ class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
|
|
|
| // This shows a platform-specific balloon informing the user of the existence
|
| // of the message center in the status tray area.
|
| - void DisplayFirstRunBalloon();
|
| + void DisplayFirstRunBalloon() override;
|
|
|
| void EnforceStatusIconVisible();
|
| #endif
|
|
|