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

Unified Diff: Source/modules/background_sync/PeriodicSyncEvent.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « Source/modules/app_banner/BeforeInstallPromptEvent.h ('k') | Source/modules/background_sync/SyncEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/PeriodicSyncEvent.h
diff --git a/Source/modules/background_sync/PeriodicSyncEvent.h b/Source/modules/background_sync/PeriodicSyncEvent.h
index 94d30c20a2b6eee6b4c2fe30978520cc850a10cf..7642ee26c20ec66663366683741ffe993f289b1e 100644
--- a/Source/modules/background_sync/PeriodicSyncEvent.h
+++ b/Source/modules/background_sync/PeriodicSyncEvent.h
@@ -30,9 +30,9 @@ public:
return adoptRefWillBeNoop(new PeriodicSyncEvent(type, init));
}
- virtual ~PeriodicSyncEvent();
+ ~PeriodicSyncEvent() override;
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
PeriodicSyncRegistration* registration();
« no previous file with comments | « Source/modules/app_banner/BeforeInstallPromptEvent.h ('k') | Source/modules/background_sync/SyncEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698