| Index: components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| similarity index 99%
|
| rename from components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| rename to components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| index 26837fa0c852dcf0058251bdb88aafb00f5984b5..9b1e319844c5c8995c18847fb08e30ecf83a9e63 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_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_client_connection.h"
|
| +#include "components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -14,12 +14,12 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/test/test_simple_task_runner.h"
|
| +#include "components/cryptauth/bluetooth_throttler.h"
|
| +#include "components/cryptauth/connection_observer.h"
|
| #include "components/cryptauth/remote_device.h"
|
| -#include "components/proximity_auth/bluetooth_throttler.h"
|
| +#include "components/cryptauth/wire_message.h"
|
| #include "components/proximity_auth/connection_finder.h"
|
| -#include "components/proximity_auth/connection_observer.h"
|
| #include "components/proximity_auth/proximity_auth_test_util.h"
|
| -#include "components/proximity_auth/wire_message.h"
|
| #include "device/bluetooth/bluetooth_adapter_factory.h"
|
| #include "device/bluetooth/test/mock_bluetooth_adapter.h"
|
| #include "device/bluetooth/test/mock_bluetooth_device.h"
|
| @@ -37,7 +37,7 @@ using testing::Return;
|
| using testing::StrictMock;
|
| using testing::SaveArg;
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace {
|
|
|
| class MockBluetoothThrottler : public BluetoothThrottler {
|
| @@ -1046,4 +1046,4 @@ TEST_F(ProximityAuthBluetoothLowEnergyWeaveClientConnectionTest,
|
|
|
| } // namespace weave
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|