| Index: net/spdy/chromium/multiplexed_session.h
|
| diff --git a/net/spdy/chromium/multiplexed_session.h b/net/spdy/chromium/multiplexed_session.h
|
| index ce37a477e8774f509a4fc57fda289877f784fe84..aaeb292905ed688d0f061bb0ede5f9da4006c265 100644
|
| --- a/net/spdy/chromium/multiplexed_session.h
|
| +++ b/net/spdy/chromium/multiplexed_session.h
|
| @@ -45,9 +45,7 @@ class NET_EXPORT_PRIVATE MultiplexedSession {
|
| class NET_EXPORT_PRIVATE MultiplexedSessionHandle {
|
| public:
|
| explicit MultiplexedSessionHandle(base::WeakPtr<MultiplexedSession> session);
|
| - MultiplexedSessionHandle(const MultiplexedSessionHandle& other);
|
| - MultiplexedSessionHandle(MultiplexedSessionHandle&& other);
|
| - ~MultiplexedSessionHandle();
|
| + virtual ~MultiplexedSessionHandle();
|
|
|
| // Gets the remote endpoint of the socket that the HTTP stream is using, if
|
| // any. Returns true and fills in |endpoint| if it is available; returns false
|
|
|