| Index: net/url_request/url_request_file_job.cc
|
| diff --git a/net/url_request/url_request_file_job.cc b/net/url_request/url_request_file_job.cc
|
| index ce0cc8be7d3fdc8b76dfaad2cdbd7d3521afd521..f18ad8fc2075a80fa39d51c0e105c278774bbb2f 100644
|
| --- a/net/url_request/url_request_file_job.cc
|
| +++ b/net/url_request/url_request_file_job.cc
|
| @@ -200,7 +200,7 @@ bool URLRequestFileJob::IsRedirectResponse(GURL* location,
|
|
|
| FilePath new_path = file_path_;
|
| bool resolved;
|
| - resolved = file_util::ResolveShortcut(&new_path);
|
| + resolved = file_util::ResolveShortcut(new_path, &new_path, NULL);
|
|
|
| // If shortcut is not resolved succesfully, do not redirect.
|
| if (!resolved)
|
|
|