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 097169f02cf0f4637d3526138e2c6a4550dc795d..db3ff13afa0d6614bb4716ace2e559d58608180c 100644 |
--- a/net/url_request/url_request_file_job.cc |
+++ b/net/url_request/url_request_file_job.cc |
@@ -238,7 +238,7 @@ bool URLRequestFileJob::IsRedirectResponse( |
if (!resolved) |
return false; |
- *location = net::FilePathToFileURL(new_path); |
+ *location = net::FilePathToFileURL(FilePath(new_path)); |
*http_status_code = 301; |
return true; |
#else |