| Index: chrome/browser/notifications/google_now_notification_stats_collector.h
|
| diff --git a/chrome/browser/notifications/google_now_notification_stats_collector.h b/chrome/browser/notifications/google_now_notification_stats_collector.h
|
| index 3ead04645eeb0c73cf82819fb877dffe08bef2e3..9ce460bb90568a77a14b8b52c724293e72829b13 100644
|
| --- a/chrome/browser/notifications/google_now_notification_stats_collector.h
|
| +++ b/chrome/browser/notifications/google_now_notification_stats_collector.h
|
| @@ -18,14 +18,14 @@ class GoogleNowNotificationStatsCollector
|
| public:
|
| explicit GoogleNowNotificationStatsCollector(
|
| message_center::MessageCenter* message_center);
|
| - virtual ~GoogleNowNotificationStatsCollector();
|
| + ~GoogleNowNotificationStatsCollector() override;
|
|
|
| private:
|
| // MessageCenterObserver
|
| - virtual void OnNotificationDisplayed(
|
| + void OnNotificationDisplayed(
|
| const std::string& notification_id,
|
| const message_center::DisplaySource source) override;
|
| - virtual void OnCenterVisibilityChanged(
|
| + void OnCenterVisibilityChanged(
|
| message_center::Visibility visibility) override;
|
|
|
| // Counts the number of Google Now Notifications in the message center.
|
|
|