| Index: chromeos/dbus/fake_bluetooth_device_client.cc
|
| diff --git a/chromeos/dbus/fake_bluetooth_device_client.cc b/chromeos/dbus/fake_bluetooth_device_client.cc
|
| index 089aa386a9483f8a19fe73b417274adb7839ac96..be41342fa8cf4e35a84811d70a206d16fec85af5 100644
|
| --- a/chromeos/dbus/fake_bluetooth_device_client.cc
|
| +++ b/chromeos/dbus/fake_bluetooth_device_client.cc
|
| @@ -10,12 +10,9 @@
|
| #include <sys/socket.h>
|
|
|
| #include <algorithm>
|
| -#include <map>
|
| #include <string>
|
| #include <utility>
|
| -#include <vector>
|
|
|
| -#include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| @@ -32,7 +29,6 @@
|
| #include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
|
| #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
|
| #include "dbus/file_descriptor.h"
|
| -#include "dbus/object_path.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| namespace {
|
|
|