| Index: content/browser/geolocation/mock_location_provider.h
|
| diff --git a/content/browser/geolocation/mock_location_provider.h b/content/browser/geolocation/mock_location_provider.h
|
| index 9dfb51d49b3676913fee2be87f8fa79de714bd27..4bfee4a31046abadfb8631771dcfd4d92e5b8d65 100644
|
| --- a/content/browser/geolocation/mock_location_provider.h
|
| +++ b/content/browser/geolocation/mock_location_provider.h
|
| @@ -20,7 +20,7 @@ class MockLocationProvider : public LocationProviderBase {
|
| // Will update |*self_ref| to point to |this| on construction, and to NULL
|
| // on destruction.
|
| explicit MockLocationProvider(MockLocationProvider** self_ref);
|
| - ~MockLocationProvider();
|
| + virtual ~MockLocationProvider();
|
|
|
| // Updates listeners with the new position.
|
| void HandlePositionChanged(const Geoposition& position);
|
|
|