| Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| similarity index 98%
|
| rename from device/bluetooth/bluetooth_adapter_bluez.h
|
| rename to device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| index f480cffb15de74f34985a35b898dc44932eab4f7..84c3d053136989677bdef93ab3e49a4d8165547c 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_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_BLUEZ_H_
|
| -#define DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_BLUEZ_H_
|
| +#ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_ADAPTER_BLUEZ_H_
|
| +#define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_ADAPTER_BLUEZ_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -168,7 +168,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
|
| // a call to BlueZ is pending.
|
| typedef std::tuple<device::BluetoothDiscoveryFilter*,
|
| base::Closure,
|
| - DiscoverySessionErrorCallback> DiscoveryParamTuple;
|
| + DiscoverySessionErrorCallback>
|
| + DiscoveryParamTuple;
|
| typedef std::queue<DiscoveryParamTuple> DiscoveryCallbackQueue;
|
|
|
| // Callback pair for the profile registration queue.
|
| @@ -396,4 +397,4 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
|
|
|
| } // namespace bluez
|
|
|
| -#endif // DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_BLUEZ_H_
|
| +#endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_ADAPTER_BLUEZ_H_
|
|
|