| Index: net/spdy/spdy_test_util_common.cc
|
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
|
| index 2154786969349ca6b5ce49c479c184c4807f4d3b..f59af9ecf9317e095625d52e83081438fbde0a70 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -501,6 +501,7 @@ SpdyURLRequestContext::SpdyURLRequestContext(NextProto protocol,
|
| }
|
|
|
| SpdyURLRequestContext::~SpdyURLRequestContext() {
|
| + AssertNoURLRequests();
|
| }
|
|
|
| bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key) {
|
|
|