Index: chrome/browser/devtools/device/port_forwarding_controller.cc |
diff --git a/chrome/browser/devtools/device/port_forwarding_controller.cc b/chrome/browser/devtools/device/port_forwarding_controller.cc |
index 35587ac62e3abfc99998252b2e6bf0ad235ca1c6..86dda9f4e4512bf2c51ccc400b65c58fdfbc0992 100644 |
--- a/chrome/browser/devtools/device/port_forwarding_controller.cc |
+++ b/chrome/browser/devtools/device/port_forwarding_controller.cc |
@@ -421,7 +421,7 @@ void PortForwardingController::Connection::OnFrameRead( |
std::string destination_host = tokens[0]; |
device_->OpenSocket( |
- connection_id.c_str(), |
+ connection_id, |
base::Bind(&SocketTunnel::StartTunnel, |
destination_host, |
destination_port)); |