| Index: device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| index e03abce5331543b6f10dbcd1ad86ba1ccae6b572..c9b9bd269226a13ade78d52ccc2d5a870e972ff6 100644
|
| --- a/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| @@ -112,7 +112,7 @@ void BluetoothAdapterProfileBlueZ::Released() {
|
|
|
| void BluetoothAdapterProfileBlueZ::NewConnection(
|
| const dbus::ObjectPath& device_path,
|
| - std::unique_ptr<dbus::FileDescriptor> fd,
|
| + base::ScopedFD fd,
|
| const bluez::BluetoothProfileServiceProvider::Delegate::Options& options,
|
| const ConfirmationCallback& callback) {
|
| dbus::ObjectPath delegate_path = device_path;
|
|
|