| Index: net/socket/ssl_client_socket_unittest.cc
|
| diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
|
| index d8c48e008ddaf2c98440a5c4a18bc931a47b8dfb..108fe28be0ae60c4f3f43099254ca5db43cdb804 100644
|
| --- a/net/socket/ssl_client_socket_unittest.cc
|
| +++ b/net/socket/ssl_client_socket_unittest.cc
|
| @@ -3714,7 +3714,7 @@ TEST_F(SSLClientSocketTest, DumpMemoryStats) {
|
| for (const auto& pair : allocator_dumps) {
|
| const std::string& dump_name = pair.first;
|
| if (dump_name.find("ssl_socket") == std::string::npos)
|
| - return;
|
| + continue;
|
| std::unique_ptr<base::Value> raw_attrs =
|
| pair.second->attributes_for_testing()->ToBaseValue();
|
| base::DictionaryValue* attrs;
|
|
|