| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index 3b7695854c743a6bcd85756473f3d528818385bb..91bcfdba9c9359a4179dafeb2c53c22b32ac7979 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -155,7 +155,7 @@ class CapturePreconnectsSocketPool : public ParentPool {
|
| ADD_FAILURE();
|
| }
|
| virtual void ReleaseSocket(const std::string& group_name,
|
| - ClientSocket* socket,
|
| + StreamSocket* socket,
|
| int id) {
|
| ADD_FAILURE();
|
| }
|
|
|