| Index: content/browser/geolocation/location_arbitrator.h
|
| diff --git a/content/browser/geolocation/location_arbitrator.h b/content/browser/geolocation/location_arbitrator.h
|
| index 264ca1a289f07b361571501e79f033088fec561b..84522ebf9bc295380f562f9065eb3e0487bd163f 100644
|
| --- a/content/browser/geolocation/location_arbitrator.h
|
| +++ b/content/browser/geolocation/location_arbitrator.h
|
| @@ -40,7 +40,7 @@ class GeolocationArbitrator : public LocationProviderBase::ListenerInterface {
|
| // Defines a function that returns the current time.
|
| typedef base::Time (*GetTimeNow)();
|
|
|
| - ~GeolocationArbitrator();
|
| + virtual ~GeolocationArbitrator();
|
|
|
| static GeolocationArbitrator* Create(GeolocationObserver* observer);
|
|
|
|
|