| Index: device/bluetooth/test/bluetooth_test.cc
 | 
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
 | 
| index 837373d9598e5f22789fe927cd1dbba48ed305a2..faeb71f0e3e0dcb412d6232710477dfa38bb8190 100644
 | 
| --- a/device/bluetooth/test/bluetooth_test.cc
 | 
| +++ b/device/bluetooth/test/bluetooth_test.cc
 | 
| @@ -326,4 +326,8 @@ void BluetoothTestBase::ResetEventCounts() {
 | 
|    gatt_write_descriptor_attempts_ = 0;
 | 
|  }
 | 
|  
 | 
| +void BluetoothTestBase::RemoveTimedOutDevices() {
 | 
| +  adapter_->RemoveTimedOutDevices();
 | 
| +}
 | 
| +
 | 
|  }  // namespace device
 | 
| 
 |