| Index: components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| diff --git a/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc b/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| index c4753f8090886922e9ecf183b9ddc50dc5970e21..539ebd9071a90bcab70d086b9a286b9d4ea7d9bd 100644
|
| --- a/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| +++ b/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| @@ -58,8 +58,7 @@ class FakeBluetoothConnectionFinder : public BluetoothConnectionFinder {
|
| ~FakeBluetoothConnectionFinder() override {}
|
|
|
| void Find(const ConnectionCallback& connection_callback) override {
|
| - connection_callback.Run(
|
| - base::WrapUnique(new FakeConnection(RemoteDevice())));
|
| + connection_callback.Run(base::MakeUnique<FakeConnection>(RemoteDevice()));
|
| }
|
|
|
| private:
|
|
|