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

Unified Diff: net/http/http_stream_parser.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE 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 806caa35e7b6d4f812abb01d21d07e33906507f2..e62e8d734eab5a895d9bc83e2e9cc7204f4678ba 100644
--- a/net/http/http_stream_parser.h
+++ b/net/http/http_stream_parser.h
@@ -46,7 +46,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
@@ -271,7 +271,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