| Index: blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| diff --git a/blimp/engine/feature/geolocation/engine_geolocation_feature.cc b/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| index 5e8e9e804dba5ce9ea51916455acc0928bd6ff01..923fcf40c9fe22c3dafba0a6042c18796c700fbc 100644
|
| --- a/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| +++ b/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| @@ -31,7 +31,7 @@ class BlimpGeolocationDelegate : public device::GeolocationDelegate {
|
|
|
| std::unique_ptr<device::LocationProvider> OverrideSystemLocationProvider()
|
| final {
|
| - return base::WrapUnique(new BlimpLocationProvider(feature_delegate_));
|
| + return base::MakeUnique<BlimpLocationProvider>(feature_delegate_);
|
| }
|
|
|
| private:
|
|
|