| Index: chromeos/dbus/bluetooth_profile_service_provider.cc
|
| diff --git a/chromeos/dbus/bluetooth_profile_service_provider.cc b/chromeos/dbus/bluetooth_profile_service_provider.cc
|
| index 6ebb54ab85ccdf2188a87f11ea4f5d783b456bd7..c74da5d1bb3c2f4b492907b510a93a1181a39934 100644
|
| --- a/chromeos/dbus/bluetooth_profile_service_provider.cc
|
| +++ b/chromeos/dbus/bluetooth_profile_service_provider.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chromeos/dbus/bluetooth_profile_service_provider.h"
|
|
|
| -#include <string>
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| @@ -12,10 +11,8 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
|
| -#include "dbus/bus.h"
|
| #include "dbus/exported_object.h"
|
| #include "dbus/message.h"
|
| -#include "dbus/object_path.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| namespace chromeos {
|
|
|