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

Unified Diff: net/udp/udp_socket_unittest.cc

Issue 2229393003: net: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager.cc ('k') | net/url_request/report_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/udp/udp_socket_unittest.cc
diff --git a/net/udp/udp_socket_unittest.cc b/net/udp/udp_socket_unittest.cc
index 1f34ff6bba38663caa964b885d1e4ffbe55dfd91..860b4a3ced41f8983dd7b47d82fcaabf4995d331 100644
--- a/net/udp/udp_socket_unittest.cc
+++ b/net/udp/udp_socket_unittest.cc
@@ -398,7 +398,7 @@ TEST_F(UDPSocketTest, ConnectRandomBind) {
EXPECT_THAT(test_socket->GetLocalAddress(&client_address), IsOk());
EXPECT_EQ(used_ports.back(), client_address.port());
- STLDeleteElements(&sockets);
+ base::STLDeleteElements(&sockets);
}
// Return a privileged port (under 1024) so binding will fail.
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager.cc ('k') | net/url_request/report_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698