Index: net/http/http_auth_handler_negotiate.h |
diff --git a/net/http/http_auth_handler_negotiate.h b/net/http/http_auth_handler_negotiate.h |
index fc596fa6db1e49ea673ed7e7b95b12d106c11381..fe3637482f46b6edef2a8169db6f7113bfbc1ea4 100644 |
--- a/net/http/http_auth_handler_negotiate.h |
+++ b/net/http/http_auth_handler_negotiate.h |
@@ -71,7 +71,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : 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, |
@@ -101,7 +101,8 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler { |
~HttpAuthHandlerNegotiate() override; |
// These are public for unit tests |
- std::string CreateSPN(const AddressList& address_list, const GURL& orign); |
+ std::string CreateSPN(const AddressList& address_list, |
+ const url::Origin& orign); |
const std::string& spn() const { return spn_; } |
// HttpAuthHandler: |