| Index: device/bluetooth/bluez/bluetooth_pairing_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_pairing_bluez.h b/device/bluetooth/bluez/bluetooth_pairing_bluez.h
|
| similarity index 96%
|
| rename from device/bluetooth/bluetooth_pairing_bluez.h
|
| rename to device/bluetooth/bluez/bluetooth_pairing_bluez.h
|
| index 85113bf7116db66f454fa053c3e4a1f1446f514f..e5db06b846c9f1f1f5207b626d5b4850b1b926b0 100644
|
| --- a/device/bluetooth/bluetooth_pairing_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_pairing_bluez.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DEVICE_BLUETOOTH_BLUETOOTH_PAIRING_BLUEZ_H_
|
| -#define DEVICE_BLUETOOTH_BLUETOOTH_PAIRING_BLUEZ_H_
|
| +#ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_PAIRING_BLUEZ_H_
|
| +#define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_PAIRING_BLUEZ_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -148,4 +148,4 @@ class BluetoothPairingBlueZ {
|
|
|
| } // namespace bluez
|
|
|
| -#endif // DEVICE_BLUETOOTH_BLUETOOTH_PAIRING_BLUEZ_H_
|
| +#endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_PAIRING_BLUEZ_H_
|
|
|