| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 4e3c61a143e2bc793c27f0bf7ba8fd55e81d9ddc..e107143f9c83f0cfd9fa2f1f0b7e47aea84ad281 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -488,8 +488,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
|
|
| const SpdyStreamType type_;
|
|
|
| - base::WeakPtrFactory<SpdyStream> weak_ptr_factory_;
|
| -
|
| SpdyStreamId stream_id_;
|
| const GURL url_;
|
| const RequestPriority priority_;
|
| @@ -562,6 +560,8 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| // down.
|
| bool write_handler_guard_;
|
|
|
| + base::WeakPtrFactory<SpdyStream> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SpdyStream);
|
| };
|
|
|
|
|