From da51f56cc21233c2d30f0fe0d171727c3102b2e0 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 31 Jan 2018 16:33:43 +0100 Subject: BASELINE: Update Chromium to 65.0.3525.40 Also imports missing submodules Change-Id: I36901b7c6a325cda3d2c10cedb2186c25af3b79b Reviewed-by: Alexandru Croitor --- chromium/net/tools/quic/quic_client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chromium/net/tools/quic/quic_client.h') diff --git a/chromium/net/tools/quic/quic_client.h b/chromium/net/tools/quic/quic_client.h index 278d3b712b7..031cdff92ea 100644 --- a/chromium/net/tools/quic/quic_client.h +++ b/chromium/net/tools/quic/quic_client.h @@ -39,19 +39,19 @@ class QuicClient : public QuicSpdyClientBase { // This will create its own QuicClientEpollNetworkHelper. QuicClient(QuicSocketAddress server_address, const QuicServerId& server_id, - const QuicTransportVersionVector& supported_versions, + const ParsedQuicVersionVector& supported_versions, EpollServer* epoll_server, std::unique_ptr proof_verifier); // This will take ownership of a passed in network primitive. QuicClient(QuicSocketAddress server_address, const QuicServerId& server_id, - const QuicTransportVersionVector& supported_versions, + const ParsedQuicVersionVector& supported_versions, EpollServer* epoll_server, std::unique_ptr network_helper, std::unique_ptr proof_verifier); QuicClient(QuicSocketAddress server_address, const QuicServerId& server_id, - const QuicTransportVersionVector& supported_versions, + const ParsedQuicVersionVector& supported_versions, const QuicConfig& config, EpollServer* epoll_server, std::unique_ptr network_helper, -- cgit v1.2.1