| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 8451bb37268099d0e7dc09c5f8e926505f711688..0d52b905bbac1406a05e0f660f82576170cb8cdc 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -198,9 +198,6 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| static SpdyIOBuffer* CreateIOBuffer(SpdyFrame* frame,
|
| RequestPriority priority,
|
| SpdyStream* spdy_stream);
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(SpdyIOBufferProducer);
|
| };
|
|
|
| // Create a new SpdySession.
|
|
|