| Index: net/http/http_auth_handler_ntlm.cc
|
| diff --git a/net/http/http_auth_handler_ntlm.cc b/net/http/http_auth_handler_ntlm.cc
|
| index de0fe290a3c53aad3e083373a2548cdaf98c1193..a57942504577cae545da256c3d09f3535b7081ff 100644
|
| --- a/net/http/http_auth_handler_ntlm.cc
|
| +++ b/net/http/http_auth_handler_ntlm.cc
|
| @@ -133,7 +133,7 @@ HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge(
|
| }
|
|
|
| // static
|
| -std::string HttpAuthHandlerNTLM::CreateSPN(const GURL& origin) {
|
| +std::string HttpAuthHandlerNTLM::CreateSPN(const url::Origin& origin) {
|
| // The service principal name of the destination server. See
|
| // http://msdn.microsoft.com/en-us/library/ms677949%28VS.85%29.aspx
|
| std::string target("HTTP/");
|
|
|