| Index: tools/android/forwarder2/host_controllers_manager.cc
|
| diff --git a/tools/android/forwarder2/host_controllers_manager.cc b/tools/android/forwarder2/host_controllers_manager.cc
|
| index b4bb458d8c1032043c678015b9a6c302b5acf6fb..9f1cf3eb5228a48bea81f958cff6ddfd6a95bca5 100644
|
| --- a/tools/android/forwarder2/host_controllers_manager.cc
|
| +++ b/tools/android/forwarder2/host_controllers_manager.cc
|
| @@ -68,7 +68,7 @@ void HostControllersManager::DeleteHostController(
|
| // then all the controllers (including |controller|) were also deleted.
|
| return;
|
| }
|
| - DCHECK(manager->thread_->task_runner()->RunsTasksOnCurrentThread());
|
| + DCHECK(manager->thread_->task_runner()->RunsTasksInCurrentSequence());
|
| // Note that this will delete |controller| which is owned by the map.
|
| DeleteRefCountedValueInMap(
|
| MakeHostControllerMapKey(controller->adb_port(),
|
|
|