| Index: device/bluetooth/bluetooth_out_of_band_pairing_data.h
|
| diff --git a/chromeos/dbus/bluetooth_out_of_band_pairing_data.h b/device/bluetooth/bluetooth_out_of_band_pairing_data.h
|
| similarity index 72%
|
| rename from chromeos/dbus/bluetooth_out_of_band_pairing_data.h
|
| rename to device/bluetooth/bluetooth_out_of_band_pairing_data.h
|
| index 0c8e2bc03350cb4a5a2fd010897ea31bf485b0a4..af60343f0654fd3300d28cd01749a326c4ba0cdf 100644
|
| --- a/chromeos/dbus/bluetooth_out_of_band_pairing_data.h
|
| +++ b/device/bluetooth/bluetooth_out_of_band_pairing_data.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_DBUS_BLUETOOTH_OUT_OF_BAND_PAIRING_DATA_H_
|
| -#define CHROMEOS_DBUS_BLUETOOTH_OUT_OF_BAND_PAIRING_DATA_H_
|
| +#ifndef DEVICE_BLUETOOTH_BLUETOOTH_OUT_OF_BAND_PAIRING_DATA_H_
|
| +#define DEVICE_BLUETOOTH_BLUETOOTH_OUT_OF_BAND_PAIRING_DATA_H_
|
|
|
| #include "base/basictypes.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluetooth {
|
|
|
| const size_t kBluetoothOutOfBandPairingDataSize = 16;
|
|
|
| @@ -22,6 +22,6 @@ struct BluetoothOutOfBandPairingData {
|
| uint8_t randomizer[kBluetoothOutOfBandPairingDataSize];
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluetooth
|
|
|
| -#endif // CHROMEOS_DBUS_BLUETOOTH_OUT_OF_BAND_PAIRING_DATA_H_
|
| +#endif // DEVICE_BLUETOOTH_BLUETOOTH_OUT_OF_BAND_PAIRING_DATA_H_
|
|
|