| Index: device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| index 80de028e3451060d6e36a26822360feec29bab12..2f2cfa9bbe59f7807dd817260afe1d30af3715a5 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -31,7 +31,7 @@ BluetoothLowEnergyDeviceMac::BluetoothLowEnergyDeviceMac(
|
| connected_(false),
|
| discovery_pending_count_(0) {
|
| DCHECK(BluetoothAdapterMac::IsLowEnergyAvailable());
|
| - DCHECK(peripheral_.get());
|
| + DCHECK(peripheral_);
|
| peripheral_delegate_.reset([[BluetoothLowEnergyPeripheralDelegate alloc]
|
| initWithBluetoothLowEnergyDeviceMac:this]);
|
| [peripheral_ setDelegate:peripheral_delegate_];
|
|
|