Index: tools/android/forwarder2/host_forwarder_main.cc |
diff --git a/tools/android/forwarder2/host_forwarder_main.cc b/tools/android/forwarder2/host_forwarder_main.cc |
index 1dab2ea671885fc191b0f23fa23b059282d2f469..04684f02a0eafa13267c6509fc4b4d6c348c25d7 100644 |
--- a/tools/android/forwarder2/host_forwarder_main.cc |
+++ b/tools/android/forwarder2/host_forwarder_main.cc |
@@ -357,7 +357,7 @@ class ServerDelegate : public Daemon::ServerDelegate { |
if (!pickle_it.ReadInt(&host_port)) |
host_port = -1; |
controllers_manager_.HandleRequest(adb_path_, device_serial, device_port, |
- host_port, client_socket.Pass()); |
+ host_port, std::move(client_socket)); |
} |
private: |