| Index: net/http/http_auth_handler_ntlm.h
|
| diff --git a/net/http/http_auth_handler_ntlm.h b/net/http/http_auth_handler_ntlm.h
|
| index 0712bb31c831531dab196b1545318e773f55836b..9fc5839df69c3774c33a3ccda81b43c4e686dd18 100644
|
| --- a/net/http/http_auth_handler_ntlm.h
|
| +++ b/net/http/http_auth_handler_ntlm.h
|
| @@ -43,7 +43,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
|
|
|
| int CreateAuthHandler(HttpAuthChallengeTokenizer* challenge,
|
| HttpAuth::Target target,
|
| - const GURL& origin,
|
| + const url::Origin& origin,
|
| CreateReason reason,
|
| int digest_nonce_count,
|
| const BoundNetLog& net_log,
|
| @@ -144,7 +144,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
|
| uint32* out_token_len);
|
|
|
| // Create an NTLM SPN to identify the |origin| server.
|
| - static std::string CreateSPN(const GURL& origin);
|
| + static std::string CreateSPN(const url::Origin& origin);
|
|
|
| #if defined(NTLM_SSPI)
|
| HttpAuthSSPI auth_sspi_;
|
|
|