Index: device/bluetooth/dbus/fake_bluetooth_profile_service_provider.cc |
diff --git a/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.cc |
index b5f09ae2393cf45c3df07c0122803eb4ecc50e72..19649027bbeea1ba65bf31a68b939705d77c218a 100644 |
--- a/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.cc |
+++ b/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.cc |
@@ -40,7 +40,7 @@ void FakeBluetoothProfileServiceProvider::Released() { |
void FakeBluetoothProfileServiceProvider::NewConnection( |
const dbus::ObjectPath& device_path, |
- std::unique_ptr<dbus::FileDescriptor> fd, |
+ base::ScopedFD fd, |
const Delegate::Options& options, |
const Delegate::ConfirmationCallback& callback) { |
VLOG(1) << object_path_.value() << ": NewConnection for " |