| Index: net/spdy/spdy_test_util_spdy3.cc
|
| diff --git a/net/spdy/spdy_test_util_spdy3.cc b/net/spdy/spdy_test_util_spdy3.cc
|
| index 6598a49927bd8bc5269bf1bf408804745e3c8f6e..fdc3f00070e89f65c6523f78d53f62d9099dad28 100644
|
| --- a/net/spdy/spdy_test_util_spdy3.cc
|
| +++ b/net/spdy/spdy_test_util_spdy3.cc
|
| @@ -1003,7 +1003,7 @@ HttpNetworkSession* SpdySessionDependencies::SpdyCreateSessionDeterministic(
|
|
|
| SpdyURLRequestContext::SpdyURLRequestContext()
|
| : ALLOW_THIS_IN_INITIALIZER_LIST(storage_(this)) {
|
| - storage_.set_host_resolver(new MockHostResolver());
|
| + storage_.set_host_resolver(scoped_ptr<HostResolver>(new MockHostResolver));
|
| storage_.set_cert_verifier(new MockCertVerifier);
|
| storage_.set_proxy_service(ProxyService::CreateDirect());
|
| storage_.set_ssl_config_service(new SSLConfigServiceDefaults);
|
|
|