Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: content/browser/geolocation/mock_location_arbitrator.cc

Issue 1558633002: Cleanup: Remove double semicolons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert CP code to a while loop, fix nit Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698