| Index: device/geolocation/mock_location_arbitrator.cc
|
| diff --git a/device/geolocation/mock_location_arbitrator.cc b/device/geolocation/mock_location_arbitrator.cc
|
| index a0deaa518839b2293ffd1bc4c3b6c5b1d5cfe505..0ad98c1122337ec4659e583035e047ce0821580a 100644
|
| --- a/device/geolocation/mock_location_arbitrator.cc
|
| +++ b/device/geolocation/mock_location_arbitrator.cc
|
| @@ -10,9 +10,7 @@
|
| namespace device {
|
|
|
| MockLocationArbitrator::MockLocationArbitrator()
|
| - : permission_granted_(false),
|
| - providers_started_(false) {
|
| -}
|
| + : permission_granted_(false), providers_started_(false) {}
|
|
|
| void MockLocationArbitrator::StartProviders(bool enable_high_accuracy) {
|
| providers_started_ = true;
|
|
|