| Index: device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc b/device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc
|
| index 1a0a10610eae37045d2b4a4c2cd37d7bbc2aad8f..71311ea76c8a16ec0092feed7a44f910c8f84c35 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_media_transport_client.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "device/bluetooth/dbus/fake_bluetooth_media_transport_client.h"
|
|
|
| -#include <unistd.h>
|
| +#include <stddef.h>
|
| #include <sys/socket.h>
|
| +#include <unistd.h>
|
|
|
| #include <sstream>
|
|
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "base/stl_util.h"
|
| #include "dbus/file_descriptor.h"
|
| #include "device/bluetooth/dbus/bluetooth_media_client.h"
|
|
|