| Index: content/browser/renderer_host/p2p/socket_host.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host.h b/content/browser/renderer_host/p2p/socket_host.h
|
| index 390c115efb6aa1702d4d676d0cf1b90404cb571b..b569a0a10416072cd539cc647eea0c1264696ce1 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host.h
|
| @@ -160,8 +160,6 @@ class CONTENT_EXPORT P2PSocketHost {
|
| bool dump_outgoing_rtp_packet_;
|
| RenderProcessHost::WebRtcRtpPacketCallback packet_dump_callback_;
|
|
|
| - base::WeakPtrFactory<P2PSocketHost> weak_ptr_factory_;
|
| -
|
| ProtocolType protocol_type_;
|
|
|
| private:
|
| @@ -175,6 +173,8 @@ class CONTENT_EXPORT P2PSocketHost {
|
| int32 send_bytes_delayed_max_;
|
| int32 send_bytes_delayed_cur_;
|
|
|
| + base::WeakPtrFactory<P2PSocketHost> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(P2PSocketHost);
|
| };
|
|
|
|
|