| Index: device/bluetooth/bluetooth_socket_mac.h
|
| diff --git a/device/bluetooth/bluetooth_socket_mac.h b/device/bluetooth/bluetooth_socket_mac.h
|
| index 6c46bb0b34b57c7cc4fe13b79bdab1aa67029554..80ebb0130d2df813befb12062c3dfaabf2ab22bb 100644
|
| --- a/device/bluetooth/bluetooth_socket_mac.h
|
| +++ b/device/bluetooth/bluetooth_socket_mac.h
|
| @@ -52,7 +52,7 @@ class BluetoothSocketMac : public BluetoothSocket {
|
|
|
| // BluetoothSocket:
|
| virtual void Close() OVERRIDE;
|
| - virtual void Disconnect(const base::Closure& callback) OVERRIDE;
|
| + virtual void Disconnect(const base::Closure& success_callback) OVERRIDE;
|
| virtual void Receive(
|
| int /* buffer_size */,
|
| const ReceiveCompletionCallback& success_callback,
|
|
|