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

Unified Diff: Source/modules/geolocation/Geolocation.h

Issue 137923002: Update more modules/ classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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: Source/modules/geolocation/Geolocation.h
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
index 90f26cabc79bfce3533118e9d908f347ef9b44fd..bf65f2648431b5d8bba6b60a5fbb995065b98e98 100644
--- a/Source/modules/geolocation/Geolocation.h
+++ b/Source/modules/geolocation/Geolocation.h
@@ -50,7 +50,7 @@ class Geolocation FINAL : public ScriptWrappable, public RefCounted<Geolocation>
{
public:
static PassRefPtr<Geolocation> create(ExecutionContext*);
- ~Geolocation();
+ virtual ~Geolocation();
virtual void stop() OVERRIDE;
Document* document() const;
« no previous file with comments | « Source/modules/filesystem/DraggedIsolatedFileSystem.h ('k') | Source/modules/geolocation/GeolocationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698