| Index: content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| diff --git a/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc b/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| index 66b018ad948c259045eb00a6d25434e5575bf793..21ddd44083dede3ef1c1b4087e534d7d3e474c0b 100644
|
| --- a/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| +++ b/content/browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc
|
| @@ -94,8 +94,8 @@ class FrameConnectedBluetoothDevicesTest
|
|
|
| std::unique_ptr<NiceMockBluetoothGattConnection> GetConnection(
|
| const std::string& address) {
|
| - return base::WrapUnique(
|
| - new NiceMockBluetoothGattConnection(adapter_.get(), address));
|
| + return base::MakeUnique<NiceMockBluetoothGattConnection>(adapter_.get(),
|
| + address);
|
| }
|
|
|
| void ResetService0() {
|
|
|