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

Unified Diff: net/http/http_auth.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_auth.h
diff --git a/net/http/http_auth.h b/net/http/http_auth.h
index 464a39e1b795fb453a4574c1713d4c1ed7b3e4f7..619b68941733fa2044d38f9beedd6db5162a7867 100644
--- a/net/http/http_auth.h
+++ b/net/http/http_auth.h
@@ -17,7 +17,7 @@ template <class T> class scoped_refptr;
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class HttpAuthHandler;
class HttpAuthHandlerFactory;
class HttpResponseHeaders;
@@ -142,7 +142,7 @@ class NET_EXPORT_PRIVATE HttpAuth {
Target target,
const GURL& origin,
const std::set<Scheme>& disabled_schemes,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<HttpAuthHandler>* handler);
// Handle a 401/407 response from a server/proxy after a previous

Powered by Google App Engine
This is Rietveld 408576698