| Index: remoting/host/security_key/security_key_ipc_client_unittest.cc
|
| diff --git a/remoting/host/security_key/security_key_ipc_client_unittest.cc b/remoting/host/security_key/security_key_ipc_client_unittest.cc
|
| index a80694b4fa62c54d066f92f23aecfa3a4b3dcecf..68f56ad09d4a0fd4fe1bb722a77b0d02f31099f4 100644
|
| --- a/remoting/host/security_key/security_key_ipc_client_unittest.cc
|
| +++ b/remoting/host/security_key/security_key_ipc_client_unittest.cc
|
| @@ -101,7 +101,7 @@ SecurityKeyIpcClientTest::SecurityKeyIpcClientTest()
|
| : run_loop_(new base::RunLoop()),
|
| fake_ipc_server_(
|
| kTestConnectionId,
|
| - /*peer_session_id=*/UINT32_MAX,
|
| + /*client_session_details=*/nullptr,
|
| /*initial_connect_timeout=*/base::TimeDelta::FromMilliseconds(500),
|
| base::Bind(&SecurityKeyIpcClientTest::SendMessageToClient,
|
| base::Unretained(this)),
|
|
|