| 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 f4223c4e2f9a18adf81bfca3db6752d784bbced8..849dab310dc70b108c576fcfd03b94b26777ac82 100644 | 
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h | 
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h | 
| @@ -78,6 +78,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator, | 
|  | 
| void CheckDone(bool* callback_called); | 
| void NotifyError(int error); | 
| +  void CallDoneCallback(int error, scoped_ptr<net::StreamSocket> socket); | 
|  | 
| // The mutual secret used for authentication. | 
| std::string auth_key_; | 
|  |