| Index: chromeos/dbus/bluetooth_media_transport_client.h
|
| diff --git a/chromeos/dbus/bluetooth_media_transport_client.h b/chromeos/dbus/bluetooth_media_transport_client.h
|
| index 0a8b9a20c454c904b0d5fb5a16518072bb1d9074..4476ae7afed011e95bfb950014e6e6c3b77b9e5f 100644
|
| --- a/chromeos/dbus/bluetooth_media_transport_client.h
|
| +++ b/chromeos/dbus/bluetooth_media_transport_client.h
|
| @@ -98,7 +98,7 @@ class CHROMEOS_EXPORT BluetoothMediaTransportClient : public DBusClient {
|
|
|
| // The AcquireCallback is used by |Acquire| method of media tansport API tp
|
| // indicate the success of the method.
|
| - typedef base::Callback<void(const dbus::FileDescriptor& fd,
|
| + typedef base::Callback<void(dbus::FileDescriptor* fd,
|
| const uint16_t read_mtu,
|
| const uint16_t write_mtu)> AcquireCallback;
|
|
|
|
|