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

Unified Diff: net/http/http_basic_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_basic_stream.h
diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
index 1f3c419b971772c871c504399a556f2f128bcd1c..d99c023bffd9526257214b0ea68cf1783a0d673e 100644
--- a/net/http/http_basic_stream.h
+++ b/net/http/http_basic_stream.h
@@ -21,7 +21,7 @@
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class ClientSocketHandle;
class HttpResponseInfo;
struct HttpRequestInfo;
@@ -41,7 +41,7 @@ class NET_EXPORT_PRIVATE HttpBasicStream : public HttpStream {
// HttpStream methods:
int InitializeStream(const HttpRequestInfo* request_info,
RequestPriority priority,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
const CompletionCallback& callback) override;
int SendRequest(const HttpRequestHeaders& headers,

Powered by Google App Engine
This is Rietveld 408576698