| Index: net/http/http_auth_handler_ntlm_portable.cc
|
| diff --git a/net/http/http_auth_handler_ntlm_portable.cc b/net/http/http_auth_handler_ntlm_portable.cc
|
| index 237e33a9825efe6a9885bdb2abfe286fa673e558..9daef687769b22444b42978562516a4c4d36179f 100644
|
| --- a/net/http/http_auth_handler_ntlm_portable.cc
|
| +++ b/net/http/http_auth_handler_ntlm_portable.cc
|
| @@ -22,6 +22,7 @@
|
| #include "net/base/zap.h"
|
| #include "net/http/des.h"
|
| #include "net/http/md4.h"
|
| +#include "url/origin.h"
|
|
|
| namespace net {
|
|
|
| @@ -713,7 +714,7 @@ int HttpAuthHandlerNTLM::GetNextToken(const void* in_token,
|
| int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
|
| HttpAuthChallengeTokenizer* challenge,
|
| HttpAuth::Target target,
|
| - const GURL& origin,
|
| + const url::Origin& origin,
|
| CreateReason reason,
|
| int digest_nonce_count,
|
| const BoundNetLog& net_log,
|
|
|