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

Unified Diff: Source/modules/background_sync/SyncEvent.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/background_sync/PeriodicSyncEvent.h ('k') | Source/modules/battery/BatteryDispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/SyncEvent.h
diff --git a/Source/modules/background_sync/SyncEvent.h b/Source/modules/background_sync/SyncEvent.h
index 0f495d7b038ec0153f7007939429e11de385119f..ab125efb8abe42e1f14860d93c0a83b357db9b0d 100644
--- a/Source/modules/background_sync/SyncEvent.h
+++ b/Source/modules/background_sync/SyncEvent.h
@@ -31,9 +31,9 @@ public:
return adoptRefWillBeNoop(new SyncEvent(type, init));
}
- virtual ~SyncEvent();
+ ~SyncEvent() override;
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
SyncRegistration* registration();
« no previous file with comments | « Source/modules/background_sync/PeriodicSyncEvent.h ('k') | Source/modules/battery/BatteryDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698