| Index: device/bluetooth/test/bluetooth_gatt_server_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_gatt_server_test.cc b/device/bluetooth/test/bluetooth_gatt_server_test.cc
|
| index 35e8d9ba995baebc0b3285b79e06e077575fba1e..508dc2bd9d8a3366cc4903d4fa5b5480589f321b 100644
|
| --- a/device/bluetooth/test/bluetooth_gatt_server_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_gatt_server_test.cc
|
| @@ -32,7 +32,7 @@ void BluetoothGattServerTest::SetUp() {
|
| BluetoothTest::SetUp();
|
| last_read_value_ = std::vector<uint8_t>();
|
| InitWithFakeAdapter();
|
| - delegate_ = base::WrapUnique(new TestBluetoothLocalGattServiceDelegate());
|
| + delegate_ = base::MakeUnique<TestBluetoothLocalGattServiceDelegate>();
|
| }
|
|
|
| void BluetoothGattServerTest::TearDown() {
|
|
|