| Index: device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| index 6af641f6309d03a47b9b9b8384a7aff6c40abe3a..e92cca03d9d3d51e24f58bb2f86403a4f5041398 100644
|
| --- a/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| @@ -80,7 +80,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterProfileBlueZ
|
| void Released() override;
|
| void NewConnection(
|
| const dbus::ObjectPath& device_path,
|
| - std::unique_ptr<dbus::FileDescriptor> fd,
|
| + base::ScopedFD fd,
|
| const bluez::BluetoothProfileServiceProvider::Delegate::Options& options,
|
| const ConfirmationCallback& callback) override;
|
| void RequestDisconnection(const dbus::ObjectPath& device_path,
|
|
|