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, |