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

Unified Diff: device/geolocation/geolocation_provider_impl.cc

Issue 2200483002: Geolocation cleanup: run clang-format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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: device/geolocation/geolocation_provider_impl.cc
diff --git a/device/geolocation/geolocation_provider_impl.cc b/device/geolocation/geolocation_provider_impl.cc
index 6abdaf1a7729becd97151522e5e67fb372ec5f65..1c025d0614157b201d1264feef9f2f23af0b9148 100644
--- a/device/geolocation/geolocation_provider_impl.cc
+++ b/device/geolocation/geolocation_provider_impl.cc
@@ -93,12 +93,10 @@ GeolocationProviderImpl::GeolocationProviderImpl()
ignore_location_updates_(false),
main_task_runner_(base::ThreadTaskRunnerHandle::Get()) {
DCHECK(main_task_runner_->BelongsToCurrentThread());
- high_accuracy_callbacks_.set_removal_callback(
- base::Bind(&GeolocationProviderImpl::OnClientsChanged,
- base::Unretained(this)));
- low_accuracy_callbacks_.set_removal_callback(
- base::Bind(&GeolocationProviderImpl::OnClientsChanged,
- base::Unretained(this)));
+ high_accuracy_callbacks_.set_removal_callback(base::Bind(
+ &GeolocationProviderImpl::OnClientsChanged, base::Unretained(this)));
+ low_accuracy_callbacks_.set_removal_callback(base::Bind(
+ &GeolocationProviderImpl::OnClientsChanged, base::Unretained(this)));
}
GeolocationProviderImpl::~GeolocationProviderImpl() {
« no previous file with comments | « device/geolocation/geolocation_provider_impl.h ('k') | device/geolocation/geolocation_provider_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698