summaryrefslogtreecommitdiff
path: root/chromium/content/browser/geolocation/location_arbitrator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/geolocation/location_arbitrator.h')
-rw-r--r--chromium/content/browser/geolocation/location_arbitrator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/browser/geolocation/location_arbitrator.h b/chromium/content/browser/geolocation/location_arbitrator.h
index feb42e519dc..3f9c6326e22 100644
--- a/chromium/content/browser/geolocation/location_arbitrator.h
+++ b/chromium/content/browser/geolocation/location_arbitrator.h
@@ -17,7 +17,7 @@ public:
virtual ~LocationArbitrator() {};
// See more details in geolocation_provider.
- virtual void StartProviders(bool use_high_accuracy) = 0;
+ virtual void StartProviders(bool enable_high_accuracy) = 0;
virtual void StopProviders() = 0;
// Called everytime permission is granted to a page for using geolocation.