summaryrefslogtreecommitdiffstats
path: root/net/socket/server_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/server_socket.h')
-rw-r--r--net/socket/server_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/server_socket.h b/net/socket/server_socket.h
index 9f87eea..528955b 100644
--- a/net/socket/server_socket.h
+++ b/net/socket/server_socket.h
@@ -23,7 +23,7 @@ class NET_EXPORT ServerSocket {
// Binds the socket and starts listening. Destroy the socket to stop
// listening.
- virtual int Listen(const net::IPEndPoint& address, int backlog) = 0;
+ virtual int Listen(const IPEndPoint& address, int backlog) = 0;
// Binds the socket with address and port, and starts listening. It expects
// a valid IPv4 or IPv6 address. Otherwise, it returns ERR_ADDRESS_INVALID.