Index: net/socket/client_socket_pool.h |
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h |
index 5404db6b59f66b22644706bd339e2b5362bfe1d6..6c323019e62f17c0bf9d9bd448dc9da63b3b4586 100644 |
--- a/net/socket/client_socket_pool.h |
+++ b/net/socket/client_socket_pool.h |
@@ -158,10 +158,10 @@ class NET_EXPORT ClientSocketPool : public LowerLayeredPool { |
const ClientSocketHandle* handle) const = 0; |
// Retrieves information on the current state of the pool as a |
- // DictionaryValue. Caller takes possession of the returned value. |
+ // DictionaryValue. |
// If |include_nested_pools| is true, the states of any nested |
// ClientSocketPools will be included. |
- virtual base::DictionaryValue* GetInfoAsValue( |
+ virtual scoped_ptr<base::DictionaryValue> GetInfoAsValue( |
const std::string& name, |
const std::string& type, |
bool include_nested_pools) const = 0; |