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 |