| 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 849dab310dc70b108c576fcfd03b94b26777ac82..e169076d9e857441e5dc2d1cafec8d5c92b84d3d 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -58,7 +58,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| // ChannelAuthenticator interface.
|
| virtual void SecureAndAuthenticate(
|
| scoped_ptr<net::StreamSocket> socket,
|
| - const DoneCallback& done_callback) OVERRIDE;
|
| + const DoneCallback& done_callback) override;
|
|
|
| private:
|
| SslHmacChannelAuthenticator(const std::string& auth_key);
|
|
|