Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2040)

Unified Diff: device/bluetooth/bluez/bluetooth_bluez_unittest.cc

Issue 2310883003: dbus: No dbus::FileDescriptor in BluetoothProfileServiceProvider (Closed)
Patch Set: Fix tests Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluez/bluetooth_bluez_unittest.cc
diff --git a/device/bluetooth/bluez/bluetooth_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_bluez_unittest.cc
index fc0618b72d5c40087134cbaa3e82bc3ffd7f4c68..85e12959c8f6b01d3cb67813ea3c37a1647ab668 100644
--- a/device/bluetooth/bluez/bluetooth_bluez_unittest.cc
+++ b/device/bluetooth/bluez/bluetooth_bluez_unittest.cc
@@ -74,7 +74,7 @@ class FakeBluetoothProfileServiceProviderDelegate
void NewConnection(
const dbus::ObjectPath&,
- std::unique_ptr<dbus::FileDescriptor>,
+ base::ScopedFD,
const bluez::BluetoothProfileServiceProvider::Delegate::Options&,
const ConfirmationCallback&) override {}

Powered by Google App Engine
This is Rietveld 408576698