| Index: device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc b/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc
|
| index 864a04d103dd5403d8f97ebedc673d4afc52b4d4..9c7a40815c16fec42f00f6a6666aceae3b42f151 100644
|
| --- a/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/platform_thread.h"
|
|
|