| Index: chrome/browser/automation/url_request_mock_net_error_job.cc
|
| ===================================================================
|
| --- chrome/browser/automation/url_request_mock_net_error_job.cc (revision 3500)
|
| +++ chrome/browser/automation/url_request_mock_net_error_job.cc (working copy)
|
| @@ -58,7 +58,7 @@
|
| file_url.append(UTF8ToWide(url.path()));
|
| // Convert the file:/// URL to a path on disk.
|
| std::wstring file_path;
|
| - net::FileURLToFilePath(GURL(file_url), &file_path);
|
| + net::FileURLToFilePath(GURL(WideToUTF8(file_url)), &file_path);
|
| job->file_path_ = file_path;
|
| return job;
|
| }
|
|
|