diff options
Diffstat (limited to 'net/spdy')
-rw-r--r-- | net/spdy/spdy_http_stream_unittest.cc | 1 | ||||
-rw-r--r-- | net/spdy/spdy_network_transaction_unittest.cc | 1 | ||||
-rw-r--r-- | net/spdy/spdy_session_unittest.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc index 4057131..5d20aa9a 100644 --- a/net/spdy/spdy_http_stream_unittest.cc +++ b/net/spdy/spdy_http_stream_unittest.cc @@ -79,6 +79,7 @@ HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { session_deps->ssl_config_service, session_deps->spdy_session_pool, session_deps->http_auth_handler_factory.get(), + NULL, NULL); } diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc index 09bfd7b..3c60ba9 100644 --- a/net/spdy/spdy_network_transaction_unittest.cc +++ b/net/spdy/spdy_network_transaction_unittest.cc @@ -88,6 +88,7 @@ HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { session_deps->ssl_config_service, session_deps->spdy_session_pool, session_deps->http_auth_handler_factory.get(), + NULL, NULL); } diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc index bbcf8d1..6b443e1 100644 --- a/net/spdy/spdy_session_unittest.cc +++ b/net/spdy/spdy_session_unittest.cc @@ -59,6 +59,7 @@ HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { session_deps->ssl_config_service, session_deps->spdy_session_pool, NULL, + NULL, NULL); } |