Index: content/browser/geolocation/mock_location_arbitrator.cc |
diff --git a/content/browser/geolocation/mock_location_arbitrator.cc b/content/browser/geolocation/mock_location_arbitrator.cc |
index f48915e07f12a1e3ab79af67fcc6e62c81e6abe9..154fcae4beecf9abdeba49b4b5d73fd7f4f57f07 100644 |
--- a/content/browser/geolocation/mock_location_arbitrator.cc |
+++ b/content/browser/geolocation/mock_location_arbitrator.cc |
@@ -15,7 +15,7 @@ MockLocationArbitrator::MockLocationArbitrator() |
} |
void MockLocationArbitrator::StartProviders(bool use_high_accuracy) { |
- providers_started_ = true;; |
+ providers_started_ = true; |
} |
void MockLocationArbitrator::StopProviders() { |