Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: content/common/p2p_sockets.h

Issue 6685013: Use IPEndPoint for P2P IPC messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698