| 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 e169076d9e857441e5dc2d1cafec8d5c92b84d3d..ece68fdf0014964ca5a397ca7660bfe90d4f3012 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -53,12 +53,11 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| scoped_refptr<RsaKeyPair> key_pair,
|
| const std::string& auth_key);
|
|
|
| - virtual ~SslHmacChannelAuthenticator();
|
| + ~SslHmacChannelAuthenticator() override;
|
|
|
| // ChannelAuthenticator interface.
|
| - virtual void SecureAndAuthenticate(
|
| - scoped_ptr<net::StreamSocket> socket,
|
| - const DoneCallback& done_callback) override;
|
| + void SecureAndAuthenticate(scoped_ptr<net::StreamSocket> socket,
|
| + const DoneCallback& done_callback) override;
|
|
|
| private:
|
| SslHmacChannelAuthenticator(const std::string& auth_key);
|
|
|