Index: remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc |
diff --git a/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc b/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc |
index 74ba1b7ee6661d14248e644cc95db30ca29ffa65..679d7184454ea8e1d7ec20cef5cbd5b6fe81bd34 100644 |
--- a/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc |
+++ b/remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc |
@@ -57,7 +57,8 @@ class GnubbyAuthHandlerLinuxTest : public testing::Test { |
send_message_callback_ = |
base::Bind(&GnubbyAuthHandlerLinuxTest::SendMessageToClient, |
base::Unretained(this)); |
- auth_handler_ = remoting::GnubbyAuthHandler::Create(send_message_callback_); |
+ auth_handler_ = |
+ remoting::GnubbyAuthHandler::Create(nullptr, send_message_callback_); |
} |
void WaitForSendMessageToClient() { |