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

Unified Diff: net/http/http_auth_controller_unittest.cc

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_controller_unittest.cc
diff --git a/net/http/http_auth_controller_unittest.cc b/net/http/http_auth_controller_unittest.cc
index b3d1ca3c7a6fc3a85b7b605de0fd9a8a545af9e5..fb42ebf5fa495120ae089da25b53010e1015a19c 100644
--- a/net/http/http_auth_controller_unittest.cc
+++ b/net/http/http_auth_controller_unittest.cc
@@ -50,7 +50,7 @@ void RunSingleRoundAuthTest(HandlerRunMode run_mode,
int handler_rv,
int expected_controller_rv,
SchemeState scheme_state) {
- BoundNetLog dummy_log;
+ NetLogWithSource dummy_log;
HttpAuthCache dummy_auth_cache;
HttpRequestInfo request;
@@ -164,7 +164,7 @@ TEST(HttpAuthControllerTest, NoExplicitCredentialsAllowed) {
HttpAuth::Scheme expected_scheme_;
};
- BoundNetLog dummy_log;
+ NetLogWithSource dummy_log;
HttpAuthCache dummy_auth_cache;
HttpRequestInfo request;
request.method = "GET";

Powered by Google App Engine
This is Rietveld 408576698