Index: net/socket/client_socket_pool_manager.h |
diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h |
index 69d22f5a197b6dc800ec90989f0bf5ff383c6473..6b8a68e9942c3b4a4501a2734b593554bb5310ee 100644 |
--- a/net/socket/client_socket_pool_manager.h |
+++ b/net/socket/client_socket_pool_manager.h |
@@ -83,9 +83,8 @@ class NET_EXPORT_PRIVATE ClientSocketPoolManager { |
const HostPortPair& http_proxy) = 0; |
virtual SSLClientSocketPool* GetSocketPoolForSSLWithProxy( |
const HostPortPair& proxy_server) = 0; |
- // Creates a Value summary of the state of the socket pools. The caller is |
- // responsible for deleting the returned value. |
- virtual base::Value* SocketPoolInfoToValue() const = 0; |
+ // Creates a Value summary of the state of the socket pools. |
+ virtual scoped_ptr<base::Value> SocketPoolInfoToValue() const = 0; |
}; |
// A helper method that uses the passed in proxy information to initialize a |