| Index: device/geolocation/location_arbitrator.h
|
| diff --git a/device/geolocation/location_arbitrator.h b/device/geolocation/location_arbitrator.h
|
| index 379116423f1d2d1f89dcbc31ddf0c97dec4db185..267532cdc601f49979a6b922f0a6fc17e4d1805f 100644
|
| --- a/device/geolocation/location_arbitrator.h
|
| +++ b/device/geolocation/location_arbitrator.h
|
| @@ -13,8 +13,8 @@ namespace device {
|
| // providers and resolving them to a single 'best' location fix at any given
|
| // moment.
|
| class DEVICE_GEOLOCATION_EXPORT LocationArbitrator {
|
| -public:
|
| - virtual ~LocationArbitrator() {};
|
| + public:
|
| + virtual ~LocationArbitrator(){};
|
|
|
| // See more details in geolocation_provider.
|
| virtual void StartProviders(bool enable_high_accuracy) = 0;
|
|
|