diff options
Diffstat (limited to 'net/spdy/spdy_test_util_spdy3.cc')
-rw-r--r-- | net/spdy/spdy_test_util_spdy3.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_test_util_spdy3.cc b/net/spdy/spdy_test_util_spdy3.cc index 32e5b54..9be52af 100644 --- a/net/spdy/spdy_test_util_spdy3.cc +++ b/net/spdy/spdy_test_util_spdy3.cc @@ -829,7 +829,7 @@ net::HttpNetworkSession::Params SpdySessionDependencies::CreateSessionParams( } SpdyURLRequestContext::SpdyURLRequestContext() - : ALLOW_THIS_IN_INITIALIZER_LIST(storage_(this)) { + : storage_(this) { storage_.set_host_resolver(scoped_ptr<HostResolver>(new MockHostResolver)); storage_.set_cert_verifier(new MockCertVerifier); storage_.set_proxy_service(ProxyService::CreateDirect()); |