| Index: remoting/protocol/ssl_hmac_channel_authenticator.h
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| index 6bd9006df135e6e62bafaf610836f58cac94dc2c..b5d869b9ff4ce8f447a11ed21d7323618c2d44c7 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -57,7 +57,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| ~SslHmacChannelAuthenticator() override;
|
|
|
| // ChannelAuthenticator interface.
|
| - void SecureAndAuthenticate(scoped_ptr<net::StreamSocket> socket,
|
| + void SecureAndAuthenticate(scoped_ptr<P2PStreamSocket> socket,
|
| const DoneCallback& done_callback) override;
|
|
|
| private:
|
|
|