| Index: components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc
|
| similarity index 97%
|
| rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc
|
| rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc
|
| index c2f55e9ab5ee2c0fbf95050dadc495de775c6d20..164a47b65de6ac34a65a6e117fdbb721ba02645a 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.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_generator.h"
|
| +#include "components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h"
|
|
|
| #ifdef OS_WIN
|
| #include <winsock2.h>
|
| @@ -16,7 +16,7 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace weave {
|
|
|
| // static.
|
| @@ -198,4 +198,4 @@ void BluetoothLowEnergyWeavePacketGenerator::SetDataLastBit(Packet* packet) {
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|