| Index: device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_profile_bluez.cc b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| similarity index 97%
|
| rename from device/bluetooth/bluetooth_adapter_profile_bluez.cc
|
| rename to device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| index 24267665d9eb3f31fdbbc6e2af1dccd8f749f634..e03abce5331543b6f10dbcd1ad86ba1ccae6b572 100644
|
| --- a/device/bluetooth/bluetooth_adapter_profile_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.cc
|
| @@ -2,7 +2,7 @@
|
| // 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 <string>
|
| @@ -13,8 +13,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/object_path.h"
|
| -#include "device/bluetooth/bluetooth_adapter_bluez.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"
|
|
|
|
|