| Index: net/spdy/chromium/spdy_test_util_common.h
|
| diff --git a/net/spdy/chromium/spdy_test_util_common.h b/net/spdy/chromium/spdy_test_util_common.h
|
| index e27bce27adbd31fd24950672e0d8bcbdd92a1570..31aa8e7e937f88f86702a86209d3fab293154550 100644
|
| --- a/net/spdy/chromium/spdy_test_util_common.h
|
| +++ b/net/spdy/chromium/spdy_test_util_common.h
|
| @@ -192,6 +192,8 @@ struct SpdySessionDependencies {
|
| ClientSocketFactory* factory);
|
| static HttpNetworkSession::Params CreateSessionParams(
|
| SpdySessionDependencies* session_deps);
|
| + static HttpNetworkSession::Context CreateSessionContext(
|
| + SpdySessionDependencies* session_deps);
|
|
|
| // NOTE: host_resolver must be ordered before http_auth_handler_factory.
|
| std::unique_ptr<MockHostResolverBase> host_resolver;
|
|
|