| Index: remoting/protocol/fake_authenticator.h
|
| diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
|
| index d0413952d761f71e23912d5d3e2ac3d69ce6668b..b6c40cea0d4bde12ab79026f1b49f0e7077a54e7 100644
|
| --- a/remoting/protocol/fake_authenticator.h
|
| +++ b/remoting/protocol/fake_authenticator.h
|
| @@ -101,8 +101,7 @@ class FakeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| // AuthenticatorFactory interface.
|
| scoped_ptr<Authenticator> CreateAuthenticator(
|
| const std::string& local_jid,
|
| - const std::string& remote_jid,
|
| - const buzz::XmlElement* first_message) override;
|
| + const std::string& remote_jid) override;
|
|
|
| private:
|
| int round_trips_;
|
|
|