summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_http_stream_test.cc
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 10:08:04 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 10:08:04 +0000
commit17bf15c9ea5ee0c9676f88d56fe1a2d6722c311a (patch)
tree91d218d5b309a6a1fce8cd4fbc0cf6db510e905e /net/quic/quic_http_stream_test.cc
parent93506aea4b6764d11f70457c735cb5e5ec083283 (diff)
downloadchromium_src-17bf15c9ea5ee0c9676f88d56fe1a2d6722c311a.zip
chromium_src-17bf15c9ea5ee0c9676f88d56fe1a2d6722c311a.tar.gz
chromium_src-17bf15c9ea5ee0c9676f88d56fe1a2d6722c311a.tar.bz2
Move QuicServerInfo management from CachedState to the QuicStreamFactory
and QuicCryptoClientStream. Review URL: https://codereview.chromium.org/196403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_http_stream_test.cc')
-rw-r--r--net/quic/quic_http_stream_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
index 7fef0c5..316f114 100644
--- a/net/quic/quic_http_stream_test.cc
+++ b/net/quic/quic_http_stream_test.cc
@@ -16,6 +16,7 @@
#include "net/quic/crypto/crypto_protocol.h"
#include "net/quic/crypto/quic_decrypter.h"
#include "net/quic/crypto/quic_encrypter.h"
+#include "net/quic/crypto/quic_server_info.h"
#include "net/quic/quic_client_session.h"
#include "net/quic/quic_connection.h"
#include "net/quic/quic_connection_helper.h"
@@ -203,6 +204,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
new QuicClientSession(connection_,
scoped_ptr<DatagramClientSocket>(socket),
writer_.Pass(), NULL,
+ make_scoped_ptr((QuicServerInfo*)NULL),
&crypto_client_stream_factory_,
"www.google.com", DefaultQuicConfig(),
&crypto_config_, NULL));