diff options
Diffstat (limited to 'content/browser/geolocation/geolocation_provider.h')
-rw-r--r-- | content/browser/geolocation/geolocation_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/geolocation_provider.h b/content/browser/geolocation/geolocation_provider.h index aaf398e..c955a3c 100644 --- a/content/browser/geolocation/geolocation_provider.h +++ b/content/browser/geolocation/geolocation_provider.h @@ -57,7 +57,7 @@ class GeolocationProvider : public base::Thread, public GeolocationObserver { private: friend struct DefaultSingletonTraits<GeolocationProvider>; - ~GeolocationProvider(); + virtual ~GeolocationProvider(); bool OnClientThread() const; bool OnGeolocationThread() const; |