Index: net/socket/client_socket_pool_manager_impl.h |
diff --git a/net/socket/client_socket_pool_manager_impl.h b/net/socket/client_socket_pool_manager_impl.h |
index a38cae1a4767bd62523392c4ac6b92631825fdfa..2038220a3e2081d13f3975fa8d5f8f96c166afaa 100644 |
--- a/net/socket/client_socket_pool_manager_impl.h |
+++ b/net/socket/client_socket_pool_manager_impl.h |
@@ -82,9 +82,8 @@ class ClientSocketPoolManagerImpl : public base::NonThreadSafe, |
SSLClientSocketPool* GetSocketPoolForSSLWithProxy( |
const HostPortPair& proxy_server) override; |
- // Creates a Value summary of the state of the socket pools. The caller is |
- // responsible for deleting the returned value. |
- base::Value* SocketPoolInfoToValue() const override; |
+ // Creates a Value summary of the state of the socket pools. |
+ scoped_ptr<base::Value> SocketPoolInfoToValue() const override; |
// CertDatabase::Observer methods: |
void OnCertAdded(const X509Certificate* cert) override; |