Index: content/browser/geolocation/geolocation_dispatcher_host.cc |
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc |
index 96071c748f5e72d5e00dce006be77a7ee903e730..6b5d982f86ef20d0526df8e81b9634051732122f 100644 |
--- a/content/browser/geolocation/geolocation_dispatcher_host.cc |
+++ b/content/browser/geolocation/geolocation_dispatcher_host.cc |
@@ -66,7 +66,7 @@ class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost { |
const GURL& requesting_frame); |
void OnStartUpdating(int render_view_id, |
const GURL& requesting_frame, |
- bool enable_high_accuracy); |
+ bool enable_high_accuracy); |
void OnStopUpdating(int render_view_id); |
// Updates the |geolocation_provider_| with the currently required update |