Index: remoting/protocol/authenticator_test_base.h |
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h |
index 9b299db776c7864441f1774180c8b160b9c0b897..e20774ac90d7b5c0e5149e0cb160472c72c57ec2 100644 |
--- a/remoting/protocol/authenticator_test_base.h |
+++ b/remoting/protocol/authenticator_test_base.h |
@@ -41,7 +41,9 @@ class AuthenticatorTestBase : public testing::Test { |
}; |
static void ContinueAuthExchangeWith(Authenticator* sender, |
- Authenticator* receiver); |
+ Authenticator* receiver, |
+ bool sender_started, |
+ bool receiver_srated); |
virtual void SetUp() OVERRIDE; |
void RunAuthExchange(); |
void RunHostInitiatedAuthExchange(); |