Index: net/socket/client_socket_pool_manager.h |
=================================================================== |
--- net/socket/client_socket_pool_manager.h (revision 92173) |
+++ net/socket/client_socket_pool_manager.h (working copy) |
@@ -24,7 +24,10 @@ |
#include "net/socket/client_socket_pool_histograms.h" |
class GURL; |
+ |
+namespace base { |
class Value; |
+} |
namespace net { |
@@ -160,7 +163,7 @@ |
// Creates a Value summary of the state of the socket pools. The caller is |
// responsible for deleting the returned value. |
- Value* SocketPoolInfoToValue() const; |
+ base::Value* SocketPoolInfoToValue() const; |
// CertDatabase::Observer methods: |
virtual void OnUserCertAdded(const X509Certificate* cert); |