Index: net/socket/server_socket.h |
diff --git a/net/socket/server_socket.h b/net/socket/server_socket.h |
index 9f87eea2d092ebe37e5d2c6fed0d2b68fd576ceb..528955bf6ece2d4b78aed0ff691d320c9408418f 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. |