Index: components/proximity_auth/ble/bluetooth_low_energy_connection.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection.h b/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
index dec8d419655c3ba270aa455089345cb644fa5be7..eaa766c8359a097085d6dfcb4b2ca38ea437f287 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
@@ -87,12 +87,11 @@ class BluetoothLowEnergyConnection : public Connection, |
// initaalized and ready. The GATT connection may alreaady be established and |
// pass through |gatt_connection|. A subsequent call to Connect() must be |
// made. |
- BluetoothLowEnergyConnection( |
- const RemoteDevice& remote_device, |
- scoped_refptr<device::BluetoothAdapter> adapter, |
- const device::BluetoothUUID remote_service_uuid, |
- BluetoothThrottler* bluetooth_throttler, |
- int max_number_of_write_attempts); |
+ BluetoothLowEnergyConnection(const cryptauth::RemoteDevice& remote_device, |
+ scoped_refptr<device::BluetoothAdapter> adapter, |
+ const device::BluetoothUUID remote_service_uuid, |
+ BluetoothThrottler* bluetooth_throttler, |
+ int max_number_of_write_attempts); |
~BluetoothLowEnergyConnection() override; |