| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index bd3249879c5658ebaa16344b100afc9d89a627c0..ca8b79ec7c1286ab58229324a57ac41ece526a07 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -300,6 +300,10 @@ SpdySession::SpdySession(const HostPortProxyPair& host_port_proxy_pair,
|
| SendSettings();
|
| }
|
|
|
| +SpdySession::PendingCreateStream::~PendingCreateStream() {}
|
| +
|
| +SpdySession::CallbackResultPair::~CallbackResultPair() {}
|
| +
|
| SpdySession::~SpdySession() {
|
| if (state_ != CLOSED) {
|
| state_ = CLOSED;
|
|
|