| Index: device/bluetooth/test/bluetooth_test_bluez.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test_bluez.cc b/device/bluetooth/test/bluetooth_test_bluez.cc
|
| index 2c2e0d4b05951fd718a246113955cb13e681fb57..b27dd1440e24dc3cd70f78c589e9b152ebfcfe43 100644
|
| --- a/device/bluetooth/test/bluetooth_test_bluez.cc
|
| +++ b/device/bluetooth/test/bluetooth_test_bluez.cc
|
| @@ -9,11 +9,11 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/run_loop.h"
|
| -#include "device/bluetooth/bluetooth_adapter_bluez.h"
|
| -#include "device/bluetooth/bluetooth_device_bluez.h"
|
| -#include "device/bluetooth/bluetooth_gatt_descriptor_bluez.h"
|
| -#include "device/bluetooth/bluetooth_remote_gatt_characteristic_bluez.h"
|
| -#include "device/bluetooth/bluetooth_remote_gatt_service_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_device_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_remote_gatt_characteristic_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h"
|
| #include "device/bluetooth/dbus/bluez_dbus_manager.h"
|
| #include "device/bluetooth/dbus/fake_bluetooth_adapter_client.h"
|
| #include "device/bluetooth/dbus/fake_bluetooth_device_client.h"
|
|
|