| Index: net/http/http_auth_handler_digest.cc
|
| diff --git a/net/http/http_auth_handler_digest.cc b/net/http/http_auth_handler_digest.cc
|
| index 5c2e417a0e4861afbf6e6fbb09bdaf972b768a1e..0fbd0d33084c0e8a11499acc38905607eec51b0b 100644
|
| --- a/net/http/http_auth_handler_digest.cc
|
| +++ b/net/http/http_auth_handler_digest.cc
|
| @@ -311,7 +311,7 @@ void HttpAuthHandlerDigest::GetRequestMethodAndPath(
|
| *path = GetHostAndPort(url);
|
| } else {
|
| *method = request->method;
|
| - *path = HttpUtil::PathForRequest(url);
|
| + *path = url.PathForRequest();
|
| }
|
| }
|
|
|
|
|