| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 139b6ef6039a3b80d7169418ffef9cb8172d32b9..72fd8c2395183697bd06112a3e447419b01b8d6b 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -257,7 +257,9 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| priority(priority),
|
| spdy_stream(spdy_stream),
|
| stream_net_log(&stream_net_log),
|
| - callback(callback) {}
|
| + callback(callback) {
|
| + }
|
| +
|
| ~PendingCreateStream();
|
|
|
| const GURL* url;
|
|
|