diff options
Diffstat (limited to 'content/browser/geolocation/location_arbitrator.cc')
-rw-r--r-- | content/browser/geolocation/location_arbitrator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/location_arbitrator.cc b/content/browser/geolocation/location_arbitrator.cc index 5fde6fb..aa977e0 100644 --- a/content/browser/geolocation/location_arbitrator.cc +++ b/content/browser/geolocation/location_arbitrator.cc @@ -84,7 +84,7 @@ void GeolocationArbitrator::DoStartProviders() { } void GeolocationArbitrator::StopProviders() { - providers_.reset(); + providers_.clear(); } void GeolocationArbitrator::OnAccessTokenStoresLoaded( |