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

Unified Diff: net/http/http_net_log_params.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/disk_cache/net_log_parameters.h ('k') | net/http/http_network_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_net_log_params.h
===================================================================
--- net/http/http_net_log_params.h (revision 92173)
+++ net/http/http_net_log_params.h (working copy)
@@ -13,7 +13,9 @@
#include "net/base/net_log.h"
#include "net/http/http_request_headers.h"
+namespace base {
class Value;
+}
namespace net {
@@ -33,7 +35,7 @@
}
// NetLog::EventParameters
- virtual Value* ToValue() const;
+ virtual base::Value* ToValue() const;
private:
virtual ~NetLogHttpRequestParameter();
@@ -54,7 +56,7 @@
}
// NetLog::EventParameters
- virtual Value* ToValue() const;
+ virtual base::Value* ToValue() const;
private:
virtual ~NetLogHttpResponseParameter();
@@ -67,4 +69,3 @@
} // namespace net
#endif // NET_HTTP_HTTP_NET_LOG_PARAMS_H_
-
« no previous file with comments | « net/disk_cache/net_log_parameters.h ('k') | net/http/http_network_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698