diff options
Diffstat (limited to 'remoting/protocol/jingle_stream_connector.h')
| -rw-r--r-- | remoting/protocol/jingle_stream_connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/jingle_stream_connector.h b/remoting/protocol/jingle_stream_connector.h index 6f7ce3b..d443ffd 100644 --- a/remoting/protocol/jingle_stream_connector.h +++ b/remoting/protocol/jingle_stream_connector.h @@ -88,8 +88,8 @@ class JingleStreamConnector : public JingleChannelConnector { scoped_ptr<ChannelAuthenticator> authenticator_; // Callback called by the TCP and SSL layers. - net::CompletionCallbackImpl<JingleStreamConnector> tcp_connect_callback_; - net::CompletionCallbackImpl<JingleStreamConnector> ssl_connect_callback_; + net::OldCompletionCallbackImpl<JingleStreamConnector> tcp_connect_callback_; + net::OldCompletionCallbackImpl<JingleStreamConnector> ssl_connect_callback_; DISALLOW_COPY_AND_ASSIGN(JingleStreamConnector); }; |
