| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index f1ed4c5caac2b383f10887dadf6258a1cfae3c60..98589c25339ded387c790f72a1da6bee366564f3 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -103,8 +103,8 @@ void BluetoothTestBase::ResetEventCounts() {
|
| last_connect_error_code_ = BluetoothDevice::ERROR_UNKNOWN;
|
| callback_count_ = 0;
|
| error_callback_count_ = 0;
|
| - gatt_connection_attempt_count_ = 0;
|
| - gatt_disconnection_attempt_count_ = 0;
|
| + gatt_connection_attempts_ = 0;
|
| + gatt_disconnection_attempts_ = 0;
|
| }
|
|
|
| } // namespace device
|
|
|