Index: components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h b/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h |
index da1a7bba0f148f4e0ddf14c0f6abd7b357a82780..9c95eeb8d1cc888d61e2a6f9791e0d9e08743a59 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h |
+++ b/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h |
@@ -68,6 +68,9 @@ class BluetoothLowEnergyCharacteristicsFinder |
device::BluetoothAdapter* adapter, |
device::BluetoothGattCharacteristic* characteristic) override; |
+ // For testing. Used to mock this class. |
+ BluetoothLowEnergyCharacteristicsFinder(); |
+ |
private: |
// Handles the discovery of a new characteristic. |
void HandleCharacteristicUpdate( |