| Index: net/socket/socks_client_socket_pool.h
|
| diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h
|
| index 69bcf00f076851953aa9db9be8638affccb854ae..77dbb4988a8aff24b521f4e3429219caf2f6c735 100644
|
| --- a/net/socket/socks_client_socket_pool.h
|
| +++ b/net/socket/socks_client_socket_pool.h
|
| @@ -148,7 +148,7 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool
|
| LoadState GetLoadState(const std::string& group_name,
|
| const ClientSocketHandle* handle) const override;
|
|
|
| - base::DictionaryValue* GetInfoAsValue(
|
| + scoped_ptr<base::DictionaryValue> GetInfoAsValue(
|
| const std::string& name,
|
| const std::string& type,
|
| bool include_nested_pools) const override;
|
|
|