Chromium Code Reviews| 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..45592afda09133129af573a818e3d362e197aaf7 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, |
|
armansito
2015/03/12 03:42:54
I would pass a "dbus::FileDescriptor*" here instea
Miao
2015/03/12 22:33:31
Done.
|
| + typedef base::Callback<void(const int fd, |
| const uint16_t read_mtu, |
| const uint16_t write_mtu)> AcquireCallback; |