| Index: net/socket/client_socket_pool_base_unittest.cc
|
| ===================================================================
|
| --- net/socket/client_socket_pool_base_unittest.cc (revision 45472)
|
| +++ net/socket/client_socket_pool_base_unittest.cc (working copy)
|
| @@ -1396,7 +1396,7 @@
|
| EXPECT_EQ(OK, rv);
|
| EXPECT_TRUE(req.handle()->is_reused());
|
| EXPECT_TRUE(LogContainsEntryWithType(
|
| - log.entries(), 1, NetLog::TYPE_TODO_STRING_LITERAL));
|
| + log.entries(), 1, NetLog::TYPE_SOCKET_POOL_REUSED_AN_EXISTING_SOCKET));
|
| }
|
|
|
| // Make sure that we process all pending requests even when we're stalling
|
|
|