| 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 e05dda47cdc3f53fe1f4b7abd2202b80126e35e5..8aa6aef67b36696aeee5f21840eb6e91a589adcb 100644
|
| --- a/content/browser/geolocation/geolocation_service_impl.cc
|
| +++ b/content/browser/geolocation/geolocation_service_impl.cc
|
| @@ -122,7 +122,7 @@
|
| }
|
|
|
| void GeolocationServiceImpl::QueryNextPosition(
|
| - const QueryNextPositionCallback& callback) {
|
| + const PositionCallback& callback) {
|
| if (!position_callback_.is_null()) {
|
| DVLOG(1) << "Overlapped call to QueryNextPosition!";
|
| OnConnectionError(); // Simulate a connection error.
|
|
|