| Index: content/common/p2p_sockets.h
|
| diff --git a/content/common/p2p_sockets.h b/content/common/p2p_sockets.h
|
| index 3c44fd86f85a3dd8501859bfad750ba315cc9b44..d7756836c3397e9af1047e9a1510b152b659c0c4 100644
|
| --- a/content/common/p2p_sockets.h
|
| +++ b/content/common/p2p_sockets.h
|
| @@ -8,16 +8,6 @@
|
| #ifndef CONTENT_COMMON_P2P_SOCKETS_H_
|
| #define CONTENT_COMMON_P2P_SOCKETS_H_
|
|
|
| -#include "net/base/net_util.h"
|
| -
|
| -// Pair of IP address and port number.
|
| -struct P2PSocketAddress {
|
| - P2PSocketAddress();
|
| - ~P2PSocketAddress();
|
| - net::IPAddressNumber address;
|
| - int port;
|
| -};
|
| -
|
| // Type of P2P Socket.
|
| enum P2PSocketType {
|
| P2P_SOCKET_UDP,
|
|
|