Index: net/socket/ssl_client_socket_pool.h |
=================================================================== |
--- net/socket/ssl_client_socket_pool.h (revision 92173) |
+++ net/socket/ssl_client_socket_pool.h (working copy) |
@@ -224,9 +224,10 @@ |
virtual LoadState GetLoadState(const std::string& group_name, |
const ClientSocketHandle* handle) const; |
- virtual DictionaryValue* GetInfoAsValue(const std::string& name, |
- const std::string& type, |
- bool include_nested_pools) const; |
+ virtual base::DictionaryValue* GetInfoAsValue( |
+ const std::string& name, |
+ const std::string& type, |
+ bool include_nested_pools) const; |
virtual base::TimeDelta ConnectionTimeout() const; |