| Index: net/http/http_auth_handler.cc
|
| diff --git a/net/http/http_auth_handler.cc b/net/http/http_auth_handler.cc
|
| index 3a9db41e267ca43375f26f25a5703dd4fc1571a7..265309e053c676def545926bd8cca6e4418621c7 100644
|
| --- a/net/http/http_auth_handler.cc
|
| +++ b/net/http/http_auth_handler.cc
|
| @@ -27,7 +27,7 @@ bool HttpAuthHandler::InitFromChallenge(HttpAuthChallengeTokenizer* challenge,
|
| HttpAuth::Target target,
|
| const SSLInfo& ssl_info,
|
| const GURL& origin,
|
| - const BoundNetLog& net_log) {
|
| + const NetLogWithSource& net_log) {
|
| origin_ = origin;
|
| target_ = target;
|
| score_ = -1;
|
|
|