remove references to specific memory tools from //net/
We have not supported valgrind for some time (it was never ported to
the GN build IIUC, and has been obsoleted by ASan/MSan/TSan). While
we're at it, let's use general terminology instead of referring to
specific tools.
Bug: 46925,791518,16076
Change-Id: I294788bf31621f2373ce3bf5d6a4036e056d2428
Reviewed-on: https://chromium-review.googlesource.com/1029861
Commit-Queue: Mostyn Bramley-Moore <[email protected]>
Reviewed-by: Matt Menke <[email protected]>
Reviewed-by: Alexander Potapenko <[email protected]>
Cr-Commit-Position: refs/heads/master@{#555023}
diff --git a/net/socket/ssl_server_socket_unittest.cc b/net/socket/ssl_server_socket_unittest.cc
index 91645f7..e0360547 100644
--- a/net/socket/ssl_server_socket_unittest.cc
+++ b/net/socket/ssl_server_socket_unittest.cc
@@ -508,7 +508,7 @@
// This test only executes creation of client and server sockets. This is to
// test that creation of sockets doesn't crash and have minimal code to run
-// under valgrind in order to help debugging memory problems.
+// with memory leak/corruption checking tools.
TEST_F(SSLServerSocketTest, Initialize) {
ASSERT_NO_FATAL_FAILURE(CreateContext());
ASSERT_NO_FATAL_FAILURE(CreateSockets());