| Index: device/bluetooth/bluetooth_low_energy_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| index ca5ff5f6828b9c048cd97cfeed499de4a78fe941..7cc22f9ee39d654a28352e0ebb394dab21d3648e 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -120,7 +120,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| CBService* service) const;
|
|
|
| // Callback used when the CoreBluetooth Peripheral is disconnected.
|
| - void DidDisconnectPeripheral(BluetoothDevice::ConnectErrorCode error_code);
|
| + void DidDisconnectPeripheral(NSError* error);
|
|
|
| // CoreBluetooth data structure.
|
| base::scoped_nsobject<CBPeripheral> peripheral_;
|
|
|