| Index: remoting/jingle_glue/xmpp_socket_adapter.h
 | 
| diff --git a/remoting/jingle_glue/xmpp_socket_adapter.h b/remoting/jingle_glue/xmpp_socket_adapter.h
 | 
| index 18376b1ed66a206d1f7b671c0252964398b42f5d..42493f9a44a4f65eafd73bf09b0bd88cca1474af 100644
 | 
| --- a/remoting/jingle_glue/xmpp_socket_adapter.h
 | 
| +++ b/remoting/jingle_glue/xmpp_socket_adapter.h
 | 
| @@ -39,7 +39,7 @@ class XmppSocketAdapter : public buzz::AsyncSocket,
 | 
|    virtual bool Close();
 | 
|  
 | 
|  #if defined(FEATURE_ENABLE_SSL)
 | 
| -  bool StartTls(const std::string& domainname);
 | 
| +  virtual bool StartTls(const std::string& domainname);
 | 
|    bool IsOpen() const { return state_ == STATE_OPEN
 | 
|                              || state_ == STATE_TLS_OPEN; }
 | 
|  #else
 | 
| 
 |