| Index: remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
|
| diff --git a/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc b/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
|
| index ed48b4081ae34dffde2a1eb287af07d94424f63e..dd0a09a3bcfde79d7f19fa94f0490947d269c31e 100644
|
| --- a/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
|
| +++ b/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
|
| @@ -102,6 +102,7 @@ RemoteSecurityKeyIpcClientTest::RemoteSecurityKeyIpcClientTest()
|
| : run_loop_(new base::RunLoop()),
|
| fake_ipc_server_(
|
| kTestConnectionId,
|
| + /*peer_session_id=*/UINT32_MAX,
|
| /*initial_connect_timeout=*/base::TimeDelta::FromMilliseconds(500),
|
| base::Bind(&RemoteSecurityKeyIpcClientTest::SendMessageToClient,
|
| base::Unretained(this)),
|
|
|