| Index: content/renderer/p2p/p2p_transport_impl.h
|
| diff --git a/content/renderer/p2p/p2p_transport_impl.h b/content/renderer/p2p/p2p_transport_impl.h
|
| index a22a99159fae7ab2edbffcfe0f7c42150bda2268..70e842278f6c0a2a45f3128e37ba9521be524c9a 100644
|
| --- a/content/renderer/p2p/p2p_transport_impl.h
|
| +++ b/content/renderer/p2p/p2p_transport_impl.h
|
| @@ -88,8 +88,6 @@ class CONTENT_EXPORT P2PTransportImpl
|
| scoped_ptr<jingle_glue::TransportChannelSocketAdapter> channel_adapter_;
|
| scoped_ptr<jingle_glue::PseudoTcpAdapter> pseudo_tcp_adapter_;
|
|
|
| - net::OldCompletionCallbackImpl<P2PTransportImpl> connect_callback_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(P2PTransportImpl);
|
| };
|
|
|
|
|