| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index 98589c25339ded387c790f72a1da6bee366564f3..40de9b3407ba514b4e6a629d15f7503449f17572 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -105,6 +105,7 @@ void BluetoothTestBase::ResetEventCounts() {
|
| error_callback_count_ = 0;
|
| gatt_connection_attempts_ = 0;
|
| gatt_disconnection_attempts_ = 0;
|
| + gatt_discovery_attempts_ = 0;
|
| }
|
|
|
| } // namespace device
|
|
|