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