| Index: device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_android.cc b/device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
| index bfe2904fa8537b30b20ca64f01b2cb61fefcee46..a69171e555ad8d7562794133ba9e2e0ba31bebc0 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
| @@ -192,8 +192,8 @@ void BluetoothRemoteGattServiceAndroid::CreateGattRemoteCharacteristic(
|
| characteristics_.set(
|
| instance_id_string,
|
| BluetoothRemoteGattCharacteristicAndroid::Create(
|
| - adapter_, instance_id_string, bluetooth_gatt_characteristic_wrapper,
|
| - chrome_bluetooth_device));
|
| + adapter_, this, instance_id_string,
|
| + bluetooth_gatt_characteristic_wrapper, chrome_bluetooth_device));
|
| }
|
|
|
| BluetoothRemoteGattServiceAndroid::BluetoothRemoteGattServiceAndroid(
|
|
|