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

Unified Diff: chrome/browser/notifications/extension_welcome_notification.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/extension_welcome_notification.h
diff --git a/chrome/browser/notifications/extension_welcome_notification.h b/chrome/browser/notifications/extension_welcome_notification.h
index b45b0ffaa3b0132e23b7f5c107122b2c943f8a03..fd26c078487c287f0992246bbf826feb0cd4b7fa 100644
--- a/chrome/browser/notifications/extension_welcome_notification.h
+++ b/chrome/browser/notifications/extension_welcome_notification.h
@@ -76,7 +76,7 @@ class ExtensionWelcomeNotification : public KeyedService,
Delegate* const delegate);
// PrefServiceSyncableObserver
- virtual void OnIsSyncingChanged() OVERRIDE;
+ virtual void OnIsSyncingChanged() override;
// Adds in the welcome notification if required for components built
// into Chrome that show notifications like Chrome Now.

Powered by Google App Engine
This is Rietveld 408576698