| Index: components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc b/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| index 3fde2722609660df66b3ee9544bea3494e224ec2..6f96df20bb0c530913476d1437a1bc580c25274c 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| @@ -40,7 +40,7 @@ const char kRXCharacteristicUUID[] = "00000100-0004-1000-8000-001A11000102";
|
|
|
| BluetoothLowEnergyWeaveClientConnection::
|
| BluetoothLowEnergyWeaveClientConnection(
|
| - const RemoteDevice& device,
|
| + const cryptauth::RemoteDevice& device,
|
| scoped_refptr<device::BluetoothAdapter> adapter,
|
| const BluetoothUUID remote_service_uuid,
|
| BluetoothThrottler* bluetooth_throttler,
|
|
|