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

Unified Diff: net/http/http_stream.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.h
diff --git a/net/http/http_stream.h b/net/http/http_stream.h
index 0b8a037c99f07366fbf0e217fe1722a66678e6bd..1e62abf81cf3bf899973853cdca515c993953199 100644
--- a/net/http/http_stream.h
+++ b/net/http/http_stream.h
@@ -30,7 +30,7 @@ class ECPrivateKey;
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class HttpNetworkSession;
class HttpRequestHeaders;
struct HttpRequestInfo;
@@ -51,7 +51,7 @@ class NET_EXPORT_PRIVATE HttpStream {
// Returns a net error code, possibly ERR_IO_PENDING.
virtual int InitializeStream(const HttpRequestInfo* request_info,
RequestPriority priority,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
const CompletionCallback& callback) = 0;
// Writes the headers and uploads body data to the underlying socket.

Powered by Google App Engine
This is Rietveld 408576698