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

Unified Diff: device/bluetooth/bluez/bluetooth_audio_sink_bluez.h

Issue 2317593002: dbus: No dbus::FileDescriptor in BluetoothMediaTransportClient (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_audio_sink_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluez/bluetooth_audio_sink_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_audio_sink_bluez.h b/device/bluetooth/bluez/bluetooth_audio_sink_bluez.h
index 6632803fa0b01acc9e6bf0721dc9bf6e03b6a329..c0649e8b01862688efa9e03932b5456823cb6ef7 100644
--- a/device/bluetooth/bluez/bluetooth_audio_sink_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_audio_sink_bluez.h
@@ -16,7 +16,6 @@
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/observer_list.h"
-#include "dbus/file_descriptor.h"
#include "dbus/object_path.h"
#include "device/bluetooth/bluetooth_adapter.h"
#include "device/bluetooth/bluetooth_audio_sink.h"
@@ -137,7 +136,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAudioSinkBlueZ
// Called when the file descriptor, read MTU and write MTU are retrieved
// successfully using |transport_path_|.
- void OnAcquireSucceeded(dbus::FileDescriptor* fd,
+ void OnAcquireSucceeded(base::ScopedFD fd,
const uint16_t read_mtu,
const uint16_t write_mtu);
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_audio_sink_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698