| Index: content/browser/geolocation/core_location_provider_mac.h
|
| diff --git a/content/browser/geolocation/core_location_provider_mac.h b/content/browser/geolocation/core_location_provider_mac.h
|
| index d26428d10d1e684004c633c3d1ed5ee60170579a..2c528ca1f1bc5efe2edb0ab298fe810c328910cb 100644
|
| --- a/content/browser/geolocation/core_location_provider_mac.h
|
| +++ b/content/browser/geolocation/core_location_provider_mac.h
|
| @@ -18,7 +18,7 @@ class CoreLocationDataProviderMac;
|
| class CoreLocationProviderMac : public LocationProviderBase {
|
| public:
|
| explicit CoreLocationProviderMac();
|
| - ~CoreLocationProviderMac();
|
| + virtual ~CoreLocationProviderMac();
|
|
|
| // LocationProvider
|
| virtual bool StartProvider(bool high_accuracy);
|
|
|