| Index: components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc
|
| similarity index 99%
|
| rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc
|
| rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc
|
| index ce5257205dc7d460add36bbdfa26ae6cfe593b3f..c29bb1a393fc9dd87df9d37c365d2c6c7caf9238 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h"
|
| +#include "components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.h"
|
|
|
| #ifdef OS_WIN
|
| #include <winsock2.h>
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "components/proximity_auth/logging/logging.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace weave {
|
| namespace {
|
|
|
| @@ -448,4 +448,4 @@ uint16_t BluetoothLowEnergyWeavePacketReceiver::GetConceptualMaxPacketSize() {
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|