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

Unified Diff: net/http/http_stream_parser.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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
Index: net/http/http_stream_parser.h
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
index b07a63a37b2e34e1491f270d872ba6abe996c5f8..58818a69aa13d3165cab02adc301caa9b02e08e7 100644
--- a/net/http/http_stream_parser.h
+++ b/net/http/http_stream_parser.h
@@ -47,7 +47,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
HttpStreamParser(ClientSocketHandle* connection,
const HttpRequestInfo* request,
GrowableIOBuffer* read_buffer,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
virtual ~HttpStreamParser();
// Sets whether or not HTTP/0.9 is only allowed on default ports. It's not
@@ -273,7 +273,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
// The underlying socket.
ClientSocketHandle* const connection_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
// Callback to be used when doing IO.
CompletionCallback io_callback_;

Powered by Google App Engine
This is Rietveld 408576698