| 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 25a827fd416c10d6320dd23bf4ae78314cf7994b..0abb74e4f6d38f8acb1431bd9564bba36e9bf0f8 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host.h
|
| @@ -8,9 +8,12 @@
|
| #include "content/common/content_export.h"
|
| #include "content/common/p2p_sockets.h"
|
|
|
| -#include "ipc/ipc_message.h"
|
| #include "net/base/ip_endpoint.h"
|
|
|
| +namespace IPC {
|
| +class Sender;
|
| +}
|
| +
|
| namespace content {
|
|
|
| // Base class for P2P sockets.
|
|
|