| Index: device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_profile_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc
|
| similarity index 99%
|
| rename from device/bluetooth/bluetooth_adapter_profile_bluez_unittest.cc
|
| rename to device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc
|
| index 2f6239cc9ef4210164882e85e24f72b02086aa22..7b487979fb1639e39a1f017a2c801f7eae28c8f7 100644
|
| --- a/device/bluetooth/bluetooth_adapter_profile_bluez_unittest.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "device/bluetooth/bluetooth_adapter_profile_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| -#include "device/bluetooth/bluetooth_adapter_bluez.h"
|
| #include "device/bluetooth/bluetooth_adapter_factory.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
|
| #include "device/bluetooth/dbus/bluetooth_profile_service_provider.h"
|
| #include "device/bluetooth/dbus/bluez_dbus_manager.h"
|
| #include "device/bluetooth/dbus/fake_bluetooth_adapter_client.h"
|
|
|