| Index: content/browser/geolocation/geolocation_service_impl.cc
|
| diff --git a/content/browser/geolocation/geolocation_service_impl.cc b/content/browser/geolocation/geolocation_service_impl.cc
|
| index 5424c141e588da403f040e072ae305d7881a5db8..8aa6aef67b36696aeee5f21840eb6e91a589adcb 100644
|
| --- a/content/browser/geolocation/geolocation_service_impl.cc
|
| +++ b/content/browser/geolocation/geolocation_service_impl.cc
|
| @@ -188,7 +188,7 @@ void GeolocationServiceImpl::OnLocationUpdate(const Geoposition& position) {
|
|
|
| void GeolocationServiceImpl::ReportCurrentPosition() {
|
| position_callback_.Run(current_position_.Clone());
|
| - position_callback_.reset();
|
| + position_callback_.Reset();
|
| has_position_to_report_ = false;
|
| }
|
|
|
|
|