| Index: components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc
|
| similarity index 98%
|
| rename from components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc
|
| rename to components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc
|
| index c6dffaf406638e2c820572b6aae2aa88dd1008ad..3b5368bf587d4e12b29f0a18e2a2d6cd9a1f71ce 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator_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_generator.h"
|
| +#include "components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -12,7 +12,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace weave {
|
|
|
| class ProximityAuthBluetoothLowEnergyWeavePacketGeneratorTest
|
| @@ -269,4 +269,4 @@ TEST_F(ProximityAuthBluetoothLowEnergyWeavePacketGeneratorTest,
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|