| Index: components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| diff --git a/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc b/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| index fb747863466f29b093145189c42114c7606131db..956e237f40e9e62b7bd7924010c2c605d65970ed 100644
|
| --- a/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| +++ b/components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc
|
| @@ -11,11 +11,11 @@
|
| #include "base/memory/ptr_util.h"
|
| #include "base/test/test_simple_task_runner.h"
|
| #include "base/time/time.h"
|
| +#include "components/cryptauth/bluetooth_throttler.h"
|
| +#include "components/cryptauth/fake_connection.h"
|
| #include "components/cryptauth/remote_device.h"
|
| +#include "components/cryptauth/wire_message.h"
|
| #include "components/proximity_auth/bluetooth_connection_finder.h"
|
| -#include "components/proximity_auth/bluetooth_throttler.h"
|
| -#include "components/proximity_auth/fake_connection.h"
|
| -#include "components/proximity_auth/wire_message.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -36,7 +36,7 @@ void SaveConnection(std::unique_ptr<Connection>* out,
|
| *out = std::move(connection);
|
| }
|
|
|
| -class MockBluetoothThrottler : public BluetoothThrottler {
|
| +class MockBluetoothThrottler : public cryptauth::BluetoothThrottler {
|
| public:
|
| MockBluetoothThrottler() {}
|
| ~MockBluetoothThrottler() override {}
|
|
|