| Index: net/socket/client_socket_pool_base_unittest.cc
|
| diff --git a/net/socket/client_socket_pool_base_unittest.cc b/net/socket/client_socket_pool_base_unittest.cc
|
| index ac75e448aa391d5ce3630e7f217640ccf602dd1d..49300118baf9e10dbeeb35b0e27bea258f96e755 100644
|
| --- a/net/socket/client_socket_pool_base_unittest.cc
|
| +++ b/net/socket/client_socket_pool_base_unittest.cc
|
| @@ -558,7 +558,7 @@ class TestClientSocketPool : public ClientSocketPool {
|
| base_.RemoveHigherLayeredPool(higher_pool);
|
| }
|
|
|
| - base::DictionaryValue* GetInfoAsValue(
|
| + scoped_ptr<base::DictionaryValue> GetInfoAsValue(
|
| const std::string& name,
|
| const std::string& type,
|
| bool include_nested_pools) const override {
|
|
|