| Index: components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h
|
| similarity index 82%
|
| rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h
|
| rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h
|
| index 281badff070a9fc5ac95267db8de948f2d1ed480..b59cfa43187ec6ab4dae518c288a47f7569d5203 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.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 COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_GENERATOR_H_
|
| -#define COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_GENERATOR_H_
|
| +#ifndef COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_GENERATOR_H_
|
| +#define COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_GENERATOR_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -12,10 +12,10 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h"
|
| +#include "components/cryptauth/ble/bluetooth_low_energy_weave_defines.h"
|
| #include "build/build_config.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace weave {
|
|
|
| // Generates the messages sent using the uWeave protocol.
|
| @@ -69,6 +69,6 @@ class BluetoothLowEnergyWeavePacketGenerator {
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| -#endif // COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_GENERATOR_H_
|
| +#endif // COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_GENERATOR_H_
|
|
|