Index: tools/android/forwarder2/host_controller.cc |
diff --git a/tools/android/forwarder2/host_controller.cc b/tools/android/forwarder2/host_controller.cc |
index 3364ad2b57af6b72df2ad29e90ad6c4aa2ef1c69..e6f02f8f38ddd881a47b779758441c9d4b1e1014 100644 |
--- a/tools/android/forwarder2/host_controller.cc |
+++ b/tools/android/forwarder2/host_controller.cc |
@@ -85,7 +85,7 @@ HostController::HostController( |
} |
void HostController::ReadNextCommandSoon() { |
- thread_.message_loop_proxy()->PostTask( |
+ thread_.task_runner()->PostTask( |
FROM_HERE, |
base::Bind(&HostController::ReadCommandOnInternalThread, |
base::Unretained(this))); |