| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| index a8ede9c14907857f504c17414dd84a11f807d8cd..173adcdf78963b21e8f1bcdb9989a65764b57692 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm
|
| @@ -51,7 +51,7 @@ BluetoothRemoteGattDescriptorMac::BluetoothRemoteGattDescriptorMac(
|
| uuid_ = BluetoothAdapterMac::BluetoothUUIDWithCBUUID([cb_descriptor_ UUID]);
|
| identifier_ = base::SysNSStringToUTF8(
|
| [NSString stringWithFormat:@"%s-%p", uuid_.canonical_value().c_str(),
|
| - (void*)cb_descriptor_]);
|
| + cb_descriptor_.get()]);
|
| }
|
|
|
| std::string BluetoothRemoteGattDescriptorMac::GetIdentifier() const {
|
|
|