| 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 de009c8eeeaff507704481001fd03c171b32019d..d631c16066b68d5e9b8286443d7e563c37a2192a 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 {
|
|
|
| @@ -1023,4 +1023,4 @@ TEST_F(ProximityAuthBluetoothLowEnergyWeavePacketReceiverTest,
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|