Index: net/http/http_auth_handler_unittest.cc |
=================================================================== |
--- net/http/http_auth_handler_unittest.cc (revision 126703) |
+++ net/http/http_auth_handler_unittest.cc (working copy) |
@@ -38,7 +38,8 @@ |
challenge.begin(), challenge.end()); |
HttpAuthHandlerMock mock_handler; |
CapturingNetLog capturing_net_log(CapturingNetLog::kUnbounded); |
- BoundNetLog bound_net_log(source, &capturing_net_log); |
+ BoundNetLog bound_net_log(BoundNetLog::Make(&capturing_net_log, |
+ net::NetLog::SOURCE_NONE)); |
mock_handler.InitFromChallenge(&tokenizer, target, |
origin, bound_net_log); |