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

Unified Diff: Source/modules/geofencing/GeofencingEvent.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/geofencing/CircularGeofencingRegion.h ('k') | Source/modules/geolocation/Geolocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geofencing/GeofencingEvent.h
diff --git a/Source/modules/geofencing/GeofencingEvent.h b/Source/modules/geofencing/GeofencingEvent.h
index 8692117ea2ae38858c56a902067f8ad3fdf22a50..01c152e8a4fdd6651548cff128ffcd3f39b89d27 100644
--- a/Source/modules/geofencing/GeofencingEvent.h
+++ b/Source/modules/geofencing/GeofencingEvent.h
@@ -30,10 +30,10 @@ public:
return adoptRefWillBeNoop(new GeofencingEvent(type, id, region));
}
- virtual ~GeofencingEvent();
+ ~GeofencingEvent() override;
DECLARE_VIRTUAL_TRACE();
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
String id() const { return m_id; }
« no previous file with comments | « Source/modules/geofencing/CircularGeofencingRegion.h ('k') | Source/modules/geolocation/Geolocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698