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

Unified Diff: chrome/browser/notifications/sync_notifier/chrome_notifier_service.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/sync_notifier/chrome_notifier_service.h
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
index 824203ab3b8b53a1ac723a1a9af685fb2c0933ed..0daf4c320623e638e8d857fb89c03bc8576bac48 100644
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
@@ -24,10 +24,10 @@ namespace notifier {
class ChromeNotifierService : public KeyedService {
public:
explicit ChromeNotifierService(Profile* profile);
- virtual ~ChromeNotifierService();
+ ~ChromeNotifierService() override;
// KeyedService implementation.
- virtual void Shutdown() override;
+ void Shutdown() override;
// Returns the SyncableService for syncer::SYNCED_NOTIFICATIONS and
// syncer::SYNCED_NOTIFICATION_APP_INFO

Powered by Google App Engine
This is Rietveld 408576698