| Index: net/http/http_auth_handler.cc
|
| diff --git a/net/http/http_auth_handler.cc b/net/http/http_auth_handler.cc
|
| index 4de2226caa24c1b0d1c571e72d93e7a60429ecec..37ee1d3b610f5c824ef7a0cdd4882518a204c296 100644
|
| --- a/net/http/http_auth_handler.cc
|
| +++ b/net/http/http_auth_handler.cc
|
| @@ -22,11 +22,10 @@ HttpAuthHandler::HttpAuthHandler()
|
| HttpAuthHandler::~HttpAuthHandler() {
|
| }
|
|
|
| -bool HttpAuthHandler::InitFromChallenge(
|
| - HttpAuthChallengeTokenizer* challenge,
|
| - HttpAuth::Target target,
|
| - const GURL& origin,
|
| - const BoundNetLog& net_log) {
|
| +bool HttpAuthHandler::InitFromChallenge(HttpAuthChallengeTokenizer* challenge,
|
| + HttpAuth::Target target,
|
| + const url::Origin& origin,
|
| + const BoundNetLog& net_log) {
|
| origin_ = origin;
|
| target_ = target;
|
| score_ = -1;
|
|
|