Index: net/server/http_server.cc |
diff --git a/net/server/http_server.cc b/net/server/http_server.cc |
index ecda01701cde1b14be0772f9d7845a9e3283cfff..08d0706c3c73a870c4badbd54938355440087575 100644 |
--- a/net/server/http_server.cc |
+++ b/net/server/http_server.cc |
@@ -45,8 +45,8 @@ HttpServer::HttpServer(std::unique_ptr<ServerSocket> server_socket, |
} |
HttpServer::~HttpServer() { |
- STLDeleteContainerPairSecondPointers( |
- id_to_connection_.begin(), id_to_connection_.end()); |
+ base::STLDeleteContainerPairSecondPointers(id_to_connection_.begin(), |
+ id_to_connection_.end()); |
} |
void HttpServer::AcceptWebSocket( |