Index: content/browser/geolocation/location_arbitrator.cc |
diff --git a/content/browser/geolocation/location_arbitrator.cc b/content/browser/geolocation/location_arbitrator.cc |
index 10617f5e5935ba8947b0ef12b64dd66ce2059fc2..5fde6fb124608102363b3d36ae065ba1ce2a4700 100644 |
--- a/content/browser/geolocation/location_arbitrator.cc |
+++ b/content/browser/geolocation/location_arbitrator.cc |
@@ -117,7 +117,7 @@ void GeolocationArbitrator::RegisterProvider( |
provider->RegisterListener(this); |
if (is_permission_granted_) |
provider->OnPermissionGranted(); |
- providers_->push_back(provider); |
+ providers_.push_back(provider); |
} |
void GeolocationArbitrator::LocationUpdateAvailable( |