| Index: device/bluetooth/bluetooth_socket_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_socket_mac.mm b/device/bluetooth/bluetooth_socket_mac.mm
|
| index c33243040bcb4e2c2671ff6c0e3114517b83f4f7..be3c8e4627cdcffe159c45f1c135f2caae61a270 100644
|
| --- a/device/bluetooth/bluetooth_socket_mac.mm
|
| +++ b/device/bluetooth/bluetooth_socket_mac.mm
|
| @@ -234,7 +234,7 @@ void BluetoothSocketMac::Close() {
|
| ReleaseChannel();
|
| }
|
|
|
| -void BluetoothSocketMac::Disconnect(const base::Closure& callback) {
|
| +void BluetoothSocketMac::Disconnect(const base::Closure& success_callback) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
|
|
| ReleaseChannel();
|
|
|