Chromium Code Reviews| Index: content/renderer/p2p/socket_dispatcher.h |
| diff --git a/content/renderer/p2p/socket_dispatcher.h b/content/renderer/p2p/socket_dispatcher.h |
| index 527921b30f4e772cd37e7647c91639ab47100753..3a80f2a2743d4f716e9f70965a2a2efd61c3506c 100644 |
| --- a/content/renderer/p2p/socket_dispatcher.h |
| +++ b/content/renderer/p2p/socket_dispatcher.h |
| @@ -35,6 +35,7 @@ |
| #include "content/common/p2p_socket_type.h" |
| #include "content/renderer/p2p/network_list_manager.h" |
| #include "ipc/message_filter.h" |
| +#include "net/base/ip_address.h" |
|
Sergey Ulanov
2016/03/09 18:04:56
nit: Do you need this include here?
IPAddress is n
martijnc
2016/03/09 18:39:15
I added this include for IPAddressList, the defini
|
| #include "net/base/ip_address_number.h" |
| #include "net/base/ip_endpoint.h" |
| #include "net/base/network_interfaces.h" |