summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_stream_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/jingle_stream_connector.h')
-rw-r--r--remoting/protocol/jingle_stream_connector.h4
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);
};