| Index: remoting/protocol/channel_authenticator.h
|
| diff --git a/remoting/protocol/channel_authenticator.h b/remoting/protocol/channel_authenticator.h
|
| index a95fd3d543ad4e78b0e054e49bcd94c60b0e86a1..c925ea901cb349dc364c9050827b2c3c89a5379f 100644
|
| --- a/remoting/protocol/channel_authenticator.h
|
| +++ b/remoting/protocol/channel_authenticator.h
|
| @@ -78,7 +78,7 @@ class ClientChannelAuthenticator : public ChannelAuthenticator {
|
|
|
| // ChannelAuthenticator overrides.
|
| virtual void Authenticate(net::SSLSocket* socket,
|
| - const DoneCallback& done_callback);
|
| + const DoneCallback& done_callback) OVERRIDE;
|
|
|
| private:
|
| void DoAuthWrite();
|
|
|