Index: components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.h |
similarity index 95% |
rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h |
rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.h |
index ece324c1af6a5fb0818729e8340bf08e270e00a1..147963f1ff764a15053900963e73630d18e3c3eb 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h |
+++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.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_RECEIVER_H_ |
-#define COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_RECEIVER_H_ |
+#ifndef COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_RECEIVER_H_ |
+#define COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_RECEIVER_H_ |
#include <stdint.h> |
@@ -12,9 +12,9 @@ |
#include <vector> |
#include "build/build_config.h" |
-#include "components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h" |
+#include "components/cryptauth/ble/bluetooth_low_energy_weave_defines.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace weave { |
// Receive the messages sent with uWeave protocol. |
@@ -217,6 +217,6 @@ class BluetoothLowEnergyWeavePacketReceiver { |
} // namespace weave |
-} // namespace proximity_auth |
+} // namespace cryptauth |
-#endif // COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_RECEIVER_H_ |
+#endif // COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_RECEIVER_H_ |