Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6204)

Unified Diff: chrome/browser/notifications/google_now_notification_stats_collector.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 47c0ffecefcab623ae67fbb05507c2c4a7f0551c..3ead04645eeb0c73cf82819fb877dffe08bef2e3 100644
--- a/chrome/browser/notifications/google_now_notification_stats_collector.h
+++ b/chrome/browser/notifications/google_now_notification_stats_collector.h
@@ -24,9 +24,9 @@ class GoogleNowNotificationStatsCollector
// MessageCenterObserver
virtual void OnNotificationDisplayed(
const std::string& notification_id,
- const message_center::DisplaySource source) OVERRIDE;
+ const message_center::DisplaySource source) override;
virtual void OnCenterVisibilityChanged(
- message_center::Visibility visibility) OVERRIDE;
+ message_center::Visibility visibility) override;
// Counts the number of Google Now Notifications in the message center.
int CountVisibleGoogleNowNotifications();

Powered by Google App Engine
This is Rietveld 408576698