| Index: remoting/protocol/v2_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/v2_authenticator_unittest.cc b/remoting/protocol/v2_authenticator_unittest.cc
|
| index afc644bd357058052e87b462f3bdc51351557009..059a306651b4e0a431f536ef04b2692ff47345db 100644
|
| --- a/remoting/protocol/v2_authenticator_unittest.cc
|
| +++ b/remoting/protocol/v2_authenticator_unittest.cc
|
| @@ -87,7 +87,7 @@ TEST_F(V2AuthenticatorTest, InvalidSecret) {
|
| ASSERT_TRUE(message.get());
|
|
|
| ASSERT_EQ(Authenticator::WAITING_MESSAGE, client_->state());
|
| - host_->ProcessMessage(message.get());
|
| + host_->ProcessMessage(base::Bind(&base::DoNothing), message.get());
|
| ASSERT_EQ(Authenticator::REJECTED, host_->state());
|
| }
|
|
|
|
|