| 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 c6ddd0a4e9ee96bcbea44600a3deff19af39b31a..e08984ceb0927705a7f990cf464300418627f071 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray.h
|
| @@ -67,7 +67,7 @@ class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
|
| // StatusIconObserver implementation.
|
| void OnStatusIconClicked() override;
|
| #if defined(OS_WIN)
|
| - virtual void OnBalloonClicked() override;
|
| + void OnBalloonClicked() override;
|
|
|
| // This shows a platform-specific balloon informing the user of the existence
|
| // of the message center in the status tray area.
|
|
|