| Index: device/bluetooth/bluez/bluetooth_socket_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_socket_bluez.h b/device/bluetooth/bluez/bluetooth_socket_bluez.h
|
| similarity index 97%
|
| rename from device/bluetooth/bluetooth_socket_bluez.h
|
| rename to device/bluetooth/bluez/bluetooth_socket_bluez.h
|
| index 4354d269e6b1bf7a06967cc7a9f61ca8b508d1c8..c08ad97c2b327b25e605710a10daaf484d08b248 100644
|
| --- a/device/bluetooth/bluetooth_socket_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_socket_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_SOCKET_BLUEZ_H_
|
| -#define DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_BLUEZ_H_
|
| +#ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SOCKET_BLUEZ_H_
|
| +#define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SOCKET_BLUEZ_H_
|
|
|
| #include <memory>
|
| #include <queue>
|
| @@ -198,4 +198,4 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothSocketBlueZ
|
|
|
| } // namespace bluez
|
|
|
| -#endif // DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_BLUEZ_H_
|
| +#endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SOCKET_BLUEZ_H_
|
|
|