Chromium Code Reviews| 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..c96d9ca80c5201c4341e265dc8a039e7b70c0e80 100644 |
| --- a/net/socket/client_socket_pool.h |
| +++ b/net/socket/client_socket_pool.h |
| @@ -161,7 +161,7 @@ class NET_EXPORT ClientSocketPool : public LowerLayeredPool { |
| // DictionaryValue. Caller takes possession of the returned value. |
|
eroman
2015/06/01 17:07:23
Remove comment about caller taking possesion
|
| // 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; |