summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/url_request_mock_http_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/url_request_mock_http_job.cc')
-rw-r--r--chrome/browser/automation/url_request_mock_http_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/url_request_mock_http_job.cc b/chrome/browser/automation/url_request_mock_http_job.cc
index 5df0ed7..0c3cbc7 100644
--- a/chrome/browser/automation/url_request_mock_http_job.cc
+++ b/chrome/browser/automation/url_request_mock_http_job.cc
@@ -59,7 +59,7 @@ URLRequestJob* URLRequestMockHTTPJob::Factory(URLRequest* request,
// Convert the file:/// URL to a path on disk.
std::wstring file_path;
- net_util::FileURLToFilePath(GURL(file_url), &file_path);
+ net::FileURLToFilePath(GURL(file_url), &file_path);
URLRequestMockHTTPJob* job = new URLRequestMockHTTPJob(request);
job->file_path_ = file_path;
return job;