| 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 b316f64114a2baad1c16cb3bb4e873696d341da1..c5095d3ccbda30f6b68309f27632a35f7ab25c3c 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h
|
| @@ -146,8 +146,7 @@ class BluetoothLowEnergyConnection : public Connection,
|
| void CreateGattConnection();
|
|
|
| // Called when a GATT connection is created.
|
| - void OnGattConnectionCreated(
|
| - scoped_ptr<device::BluetoothGattConnection> gatt_connection);
|
| + void OnGattConnectionCreated();
|
|
|
| // Callback called when there is an error creating the GATT connection.
|
| void OnCreateGattConnectionError(
|
|
|