Index: net/socket/ssl_client_socket.h |
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
index 0778e853b221be46de67f4b3020dbedf5d470ed4..6de7916944dd508744cadbf5ef7de3e21b04f1e9 100644 |
--- a/net/socket/ssl_client_socket.h |
+++ b/net/socket/ssl_client_socket.h |
@@ -11,7 +11,7 @@ |
#include "net/base/completion_callback.h" |
#include "net/base/load_flags.h" |
#include "net/base/net_errors.h" |
-#include "net/socket/client_socket.h" |
+#include "net/socket/stream_socket.h" |
namespace net { |
@@ -42,7 +42,7 @@ class DNSSECProvider { |
// connection is established. If a SSL error occurs during the handshake, |
// Connect will fail. |
// |
-class SSLClientSocket : public ClientSocket { |
+class SSLClientSocket : public StreamSocket { |
public: |
SSLClientSocket(); |