| Index: device/bluetooth/test/bluetooth_test.h
|
| diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
|
| index ca1185d45f126beb28f1b048b9df75c121c706f8..b91359df5a7b383dd3496f7c2041434d081e318e 100644
|
| --- a/device/bluetooth/test/bluetooth_test.h
|
| +++ b/device/bluetooth/test/bluetooth_test.h
|
| @@ -371,6 +371,8 @@ class BluetoothTestBase : public testing::Test {
|
| // Reset all event count members to 0.
|
| void ResetEventCounts();
|
|
|
| + void RemoveTimedOutDevices();
|
| +
|
| // A Message loop is required by some implementations that will PostTasks and
|
| // by base::RunLoop().RunUntilIdle() use in this fixture.
|
| base::MessageLoop message_loop_;
|
|
|