summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/client_socket_pool_base.h')
-rw-r--r--net/socket/client_socket_pool_base.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/socket/client_socket_pool_base.h b/net/socket/client_socket_pool_base.h
index d4b1dbc..dd73f8b 100644
--- a/net/socket/client_socket_pool_base.h
+++ b/net/socket/client_socket_pool_base.h
@@ -298,8 +298,8 @@ class NET_TEST ClientSocketPoolBaseHelper
void CleanupIdleSockets(bool force);
// See ClientSocketPool::GetInfoAsValue for documentation on this function.
- DictionaryValue* GetInfoAsValue(const std::string& name,
- const std::string& type) const;
+ base::DictionaryValue* GetInfoAsValue(const std::string& name,
+ const std::string& type) const;
base::TimeDelta ConnectionTimeout() const {
return connect_job_factory_->ConnectionTimeout();
@@ -712,8 +712,8 @@ class ClientSocketPoolBase {
return helper_.CleanupIdleSockets(force);
}
- DictionaryValue* GetInfoAsValue(const std::string& name,
- const std::string& type) const {
+ base::DictionaryValue* GetInfoAsValue(const std::string& name,
+ const std::string& type) const {
return helper_.GetInfoAsValue(name, type);
}