| Index: components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc
|
| similarity index 99%
|
| rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc
|
| rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc
|
| index ae89207d903afb05ff5d080c1e9f0020c0d62e20..db050071eaeb2b484b004295a1f7438e0f469118 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.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"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -11,7 +11,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace weave {
|
| namespace {
|
|
|
| @@ -1058,4 +1058,4 @@ TEST_F(ProximityAuthBluetoothLowEnergyWeavePacketReceiverTest,
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|