| Index: jingle/notifier/base/xmpp_client_socket_factory.h
|
| diff --git a/jingle/notifier/base/xmpp_client_socket_factory.h b/jingle/notifier/base/xmpp_client_socket_factory.h
|
| index 2f9f7ebb5db17f2f6b57612a014b04ec05b126d0..f09d6408241ea7b98a122ea58467f14f35a1617b 100644
|
| --- a/jingle/notifier/base/xmpp_client_socket_factory.h
|
| +++ b/jingle/notifier/base/xmpp_client_socket_factory.h
|
| @@ -12,13 +12,13 @@
|
| #include "net/base/ssl_config_service.h"
|
|
|
| namespace net {
|
| -class ClientSocket;
|
| class ClientSocketFactory;
|
| class ClientSocketHandle;
|
| class HostPortPair;
|
| class NetLog;
|
| class SSLClientSocket;
|
| class SSLHostInfo;
|
| +class StreamSocket;
|
| class URLRequestContextGetter;
|
| }
|
|
|
| @@ -36,7 +36,7 @@ class XmppClientSocketFactory : public ResolvingClientSocketFactory {
|
| virtual ~XmppClientSocketFactory();
|
|
|
| // ResolvingClientSocketFactory implementation.
|
| - virtual net::ClientSocket* CreateTransportClientSocket(
|
| + virtual net::StreamSocket* CreateTransportClientSocket(
|
| const net::HostPortPair& host_and_port, net::NetLog* net_log);
|
|
|
| virtual net::SSLClientSocket* CreateSSLClientSocket(
|
|
|