| Index: components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h b/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h
|
| index bda1ee7b2efc8d73aa1b90fd7f8a4f6e8e188ba7..681fe3b14796ee5a4b4d1b5e81b8a0187f6e306e 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h
|
| @@ -88,7 +88,7 @@ class BluetoothLowEnergyWeaveClientConnection
|
| // pass through |gatt_connection|. A subsequent call to Connect() must be
|
| // made.
|
| BluetoothLowEnergyWeaveClientConnection(
|
| - const RemoteDevice& remote_device,
|
| + const cryptauth::RemoteDevice& remote_device,
|
| scoped_refptr<device::BluetoothAdapter> adapter,
|
| const device::BluetoothUUID remote_service_uuid,
|
| BluetoothThrottler* bluetooth_throttler,
|
|
|