| Index: components/proximity_auth/bluetooth_throttler_impl_unittest.cc
|
| diff --git a/components/proximity_auth/bluetooth_throttler_impl_unittest.cc b/components/proximity_auth/bluetooth_throttler_impl_unittest.cc
|
| index 427110fae7eb1d6e664699f80f9314fe7c62f7ac..cbf65a12adf1076e9467d0dedd7729608b68f743 100644
|
| --- a/components/proximity_auth/bluetooth_throttler_impl_unittest.cc
|
| +++ b/components/proximity_auth/bluetooth_throttler_impl_unittest.cc
|
| @@ -44,7 +44,7 @@ class ProximityAuthBluetoothThrottlerImplTest : public testing::Test {
|
|
|
| void PerformConnectionStateTransition(Connection::Status old_status,
|
| Connection::Status new_status) {
|
| - FakeConnection connection((RemoteDevice()));
|
| + FakeConnection connection((cryptauth::RemoteDevice()));
|
| throttler_.OnConnection(&connection);
|
| static_cast<ConnectionObserver*>(&throttler_)
|
| ->OnConnectionStatusChanged(&connection, old_status, new_status);
|
|
|