| Index: content/browser/geolocation/geolocation_provider.h
|
| diff --git a/content/browser/geolocation/geolocation_provider.h b/content/browser/geolocation/geolocation_provider.h
|
| index aaf398ed5ef8b69e22c8c63bb29661f0fcd33c8f..c955a3caf8e0caf2518647cf52e5a647ee2a8f40 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;
|
|
|