| Index: content/browser/geolocation/location_arbitrator.cc
|
| diff --git a/content/browser/geolocation/location_arbitrator.cc b/content/browser/geolocation/location_arbitrator.cc
|
| index 5fde6fb124608102363b3d36ae065ba1ce2a4700..aa977e0ae51293685d72a45694f55aba79a9a47e 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(
|
|
|