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

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

Issue 667283002: Standardize usage of virtual/override/final in chrome/browser/notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 fd26c078487c287f0992246bbf826feb0cd4b7fa..8a46fb9fafa5425e31d65b717a0104e548667450 100644
--- a/chrome/browser/notifications/extension_welcome_notification.h
+++ b/chrome/browser/notifications/extension_welcome_notification.h
@@ -64,7 +64,7 @@ class ExtensionWelcomeNotification : public KeyedService,
// The extension Id associated with the Google Now extension.
static const char kChromeNowExtensionID[];
- virtual ~ExtensionWelcomeNotification();
+ ~ExtensionWelcomeNotification() override;
// To workaround the lack of delegating constructors prior to C++11, we use
// static Create methods.
@@ -76,7 +76,7 @@ class ExtensionWelcomeNotification : public KeyedService,
Delegate* const delegate);
// PrefServiceSyncableObserver
- virtual void OnIsSyncingChanged() override;
+ 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