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

Unified Diff: device/geolocation/geolocation_service_context.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_service_context.cc
diff --git a/device/geolocation/geolocation_service_context.cc b/device/geolocation/geolocation_service_context.cc
index 4d7c772e0a004f88af8e03d32a23e83caec91413..ffd69ff01be24ab609b9777b35bb47fe4bae89a2 100644
--- a/device/geolocation/geolocation_service_context.cc
+++ b/device/geolocation/geolocation_service_context.cc
@@ -10,11 +10,9 @@
namespace device {
-GeolocationServiceContext::GeolocationServiceContext() : paused_(false) {
-}
+GeolocationServiceContext::GeolocationServiceContext() : paused_(false) {}
-GeolocationServiceContext::~GeolocationServiceContext() {
-}
+GeolocationServiceContext::~GeolocationServiceContext() {}
void GeolocationServiceContext::CreateService(
const base::Closure& update_callback,
« no previous file with comments | « device/geolocation/geolocation_provider_impl_unittest.cc ('k') | device/geolocation/geolocation_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698