| Index: content/browser/renderer_host/p2p_sockets_host.h
|
| diff --git a/content/browser/renderer_host/p2p_sockets_host.h b/content/browser/renderer_host/p2p_sockets_host.h
|
| index 9d965ebb9fc80d43563d919499d97f731531039e..ed56aceb73f9c6832d64aaa17c236de4511c5844 100644
|
| --- a/content/browser/renderer_host/p2p_sockets_host.h
|
| +++ b/content/browser/renderer_host/p2p_sockets_host.h
|
| @@ -30,7 +30,7 @@ class P2PSocketsHost : public BrowserMessageFilter {
|
| const std::vector<char>& data);
|
| void OnDestroySocket(const IPC::Message& msg, int socket_id);
|
|
|
| - IDMap<P2PSocketHost> sockets_;
|
| + IDMap<P2PSocketHost, IDMapOwnPointer> sockets_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(P2PSocketsHost);
|
| };
|
|
|