| Index: net/socket/client_socket_pool_base.h
|
| ===================================================================
|
| --- net/socket/client_socket_pool_base.h (revision 92173)
|
| +++ net/socket/client_socket_pool_base.h (working copy)
|
| @@ -298,8 +298,8 @@
|
| 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 @@
|
| 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);
|
| }
|
|
|
|
|