summaryrefslogtreecommitdiff
path: root/chromium/services/network/tls_client_socket.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-16 09:59:13 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-20 10:28:53 +0000
commit6c11fb357ec39bf087b8b632e2b1e375aef1b38b (patch)
treec8315530db18a8ee566521c39ab8a6af4f72bc03 /chromium/services/network/tls_client_socket.h
parent3ffaed019d0772e59d6cdb2d0d32fe4834c31f72 (diff)
downloadqtwebengine-chromium-6c11fb357ec39bf087b8b632e2b1e375aef1b38b.tar.gz
BASELINE: Update Chromium to 74.0.3729.159
Change-Id: I8d2497da544c275415aedd94dd25328d555de811 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/services/network/tls_client_socket.h')
-rw-r--r--chromium/services/network/tls_client_socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/services/network/tls_client_socket.h b/chromium/services/network/tls_client_socket.h
index 898c1e5b120..16f5f0f0e6c 100644
--- a/chromium/services/network/tls_client_socket.h
+++ b/chromium/services/network/tls_client_socket.h
@@ -19,9 +19,9 @@
#include "services/network/socket_data_pump.h"
namespace net {
-class SSLClientSocket;
-class ClientSocketHandle;
class ClientSocketFactory;
+class SSLClientSocket;
+class StreamSocket;
} // namespace net
namespace network {
@@ -37,7 +37,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) TLSClientSocket
void Connect(const net::HostPortPair& host_port_pair,
const net::SSLConfig& ssl_config,
- std::unique_ptr<net::ClientSocketHandle> tcp_socket,
+ std::unique_ptr<net::StreamSocket> tcp_socket,
const net::SSLClientSocketContext& ssl_client_socket_context,
net::ClientSocketFactory* socket_factory,
mojom::TCPConnectedSocket::UpgradeToTLSCallback callback,