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

Unified Diff: net/http/http_basic_state.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_state.h
diff --git a/net/http/http_basic_state.h b/net/http/http_basic_state.h
index f8f1ca58e20e6c5aa78c1810d2f26cf4c03e8d50..ddba11229385006d9eb79caa84e8108d92c52c59 100644
--- a/net/http/http_basic_state.h
+++ b/net/http/http_basic_state.h
@@ -19,7 +19,7 @@
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class ClientSocketHandle;
class GrowableIOBuffer;
class HttpStreamParser;
@@ -35,7 +35,7 @@ class NET_EXPORT_PRIVATE HttpBasicState {
// Initialize() must be called before using any of the other methods.
int Initialize(const HttpRequestInfo* request_info,
RequestPriority priority,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
const CompletionCallback& callback);
HttpStreamParser* parser() const { return parser_.get(); }

Powered by Google App Engine
This is Rietveld 408576698