| Index: net/http/http_auth_handler_factory.cc
|
| diff --git a/net/http/http_auth_handler_factory.cc b/net/http/http_auth_handler_factory.cc
|
| index decb20e49c0348ff04eb97f7cdbdac92de5e82b0..d8898916caebd7be69d60534498f42ad770d0c01 100644
|
| --- a/net/http/http_auth_handler_factory.cc
|
| +++ b/net/http/http_auth_handler_factory.cc
|
| @@ -22,7 +22,7 @@ namespace net {
|
| int HttpAuthHandlerFactory::CreateAuthHandlerFromString(
|
| const std::string& challenge,
|
| HttpAuth::Target target,
|
| - const GURL& origin,
|
| + const url::Origin& origin,
|
| const BoundNetLog& net_log,
|
| scoped_ptr<HttpAuthHandler>* handler) {
|
| HttpAuthChallengeTokenizer props(challenge.begin(), challenge.end());
|
| @@ -33,7 +33,7 @@ int HttpAuthHandlerFactory::CreateAuthHandlerFromString(
|
| int HttpAuthHandlerFactory::CreatePreemptiveAuthHandlerFromString(
|
| const std::string& challenge,
|
| HttpAuth::Target target,
|
| - const GURL& origin,
|
| + const url::Origin& origin,
|
| int digest_nonce_count,
|
| const BoundNetLog& net_log,
|
| scoped_ptr<HttpAuthHandler>* handler) {
|
| @@ -175,7 +175,7 @@ HttpAuthHandlerRegistryFactory* HttpAuthHandlerRegistryFactory::Create(
|
| int HttpAuthHandlerRegistryFactory::CreateAuthHandler(
|
| HttpAuthChallengeTokenizer* challenge,
|
| HttpAuth::Target target,
|
| - const GURL& origin,
|
| + const url::Origin& origin,
|
| CreateReason reason,
|
| int digest_nonce_count,
|
| const BoundNetLog& net_log,
|
|
|