| Index: device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_profile_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| similarity index 94%
|
| rename from device/bluetooth/bluetooth_adapter_profile_bluez.h
|
| rename to device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| index f64ad2b41256ad57f8d354e741ae62166ce9172d..6af641f6309d03a47b9b9b8384a7aff6c40abe3a 100644
|
| --- a/device/bluetooth/bluetooth_adapter_profile_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_PROFILE_BLUEZ_H_
|
| -#define DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_PROFILE_BLUEZ_H_
|
| +#ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_ADAPTER_PROFILE_BLUEZ_H_
|
| +#define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_ADAPTER_PROFILE_BLUEZ_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "device/bluetooth/bluetooth_adapter_bluez.h"
|
| #include "device/bluetooth/bluetooth_export.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
|
| #include "device/bluetooth/dbus/bluetooth_profile_manager_client.h"
|
| #include "device/bluetooth/dbus/bluetooth_profile_service_provider.h"
|
|
|
| @@ -114,4 +114,4 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterProfileBlueZ
|
|
|
| } // namespace bluez
|
|
|
| -#endif // DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_PROFILE_BLUEZ_H_
|
| +#endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_ADAPTER_PROFILE_BLUEZ_H_
|
|
|