Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1735)

Unified Diff: net/socket/client_socket_pool_base.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/client_socket_pool.h ('k') | net/socket/client_socket_pool_base_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « net/socket/client_socket_pool.h ('k') | net/socket/client_socket_pool_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698