| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm
|
| index 4c9d99f8261a30c3cb62dcb5aa38308e464de4aa..7ad99fcb5ab326adf68de59b3f40daf901871e70 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm
|
| @@ -78,7 +78,7 @@ BluetoothRemoteGattCharacteristicMac::BluetoothRemoteGattCharacteristicMac(
|
| [cb_characteristic_.get() UUID]);
|
| identifier_ = base::SysNSStringToUTF8(
|
| [NSString stringWithFormat:@"%s-%p", uuid_.canonical_value().c_str(),
|
| - (void*)cb_characteristic_]);
|
| + cb_characteristic_.get()]);
|
| }
|
|
|
| BluetoothRemoteGattCharacteristicMac::~BluetoothRemoteGattCharacteristicMac() {
|
|
|