| Index: components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc b/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
|
| index 85f6a84fd104fdbc9e20ff2b1fec50ca1b4f243e..d0c2f9b6c23749b258f558fa80e52c081fd2fedb 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
|
| @@ -45,6 +45,10 @@ BluetoothLowEnergyCharacteristicsFinder::
|
| }
|
|
|
| BluetoothLowEnergyCharacteristicsFinder::
|
| + BluetoothLowEnergyCharacteristicsFinder() {
|
| +}
|
| +
|
| +BluetoothLowEnergyCharacteristicsFinder::
|
| ~BluetoothLowEnergyCharacteristicsFinder() {
|
| ResetCallbacks();
|
| if (adapter_) {
|
|
|