Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: net/http/http_auth_handler_ntlm.h

Issue 1151843002: DO NOT LAND Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698