Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: jingle/notifier/base/xmpp_client_socket_factory.h

Issue 6930014: Rename ClientSocket to StreamSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « jingle/notifier/base/resolving_client_socket_factory.h ('k') | jingle/notifier/base/xmpp_client_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698