summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util_spdy2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_test_util_spdy2.cc')
-rw-r--r--net/spdy/spdy_test_util_spdy2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_test_util_spdy2.cc b/net/spdy/spdy_test_util_spdy2.cc
index 543e353..5d88f63 100644
--- a/net/spdy/spdy_test_util_spdy2.cc
+++ b/net/spdy/spdy_test_util_spdy2.cc
@@ -719,7 +719,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());