Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6181)

Unified Diff: chrome/browser/net/url_request_mock_net_error_job.cc

Issue 5755004: net: Add namespace net to URLRequestFileJob. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/url_request_mock_http_job.cc ('k') | net/url_request/url_request_file_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/url_request_mock_net_error_job.cc
diff --git a/chrome/browser/net/url_request_mock_net_error_job.cc b/chrome/browser/net/url_request_mock_net_error_job.cc
index a06dbd3d0985274e64be48232c4e6b1d755bc5ab..5f66bc4ed384ea6c1a67f08595f220901ce942cb 100644
--- a/chrome/browser/net/url_request_mock_net_error_job.cc
+++ b/chrome/browser/net/url_request_mock_net_error_job.cc
@@ -67,9 +67,9 @@ net::URLRequestJob* URLRequestMockNetErrorJob::Factory(
MockInfo mock_info = iter->second;
- // URLRequestMockNetErrorJob derives from URLRequestFileJob. We pass a
- // FilePath so that the URLRequestFileJob methods will do the loading from
- // the files.
+ // URLRequestMockNetErrorJob derives from net::URLRequestFileJob. We pass a
+ // FilePath so that the net::URLRequestFileJob methods will do the loading
+ // from the files.
std::wstring file_url(L"file:///");
file_url.append(mock_info.base);
file_url.append(UTF8ToWide(url.path()));
« no previous file with comments | « chrome/browser/net/url_request_mock_http_job.cc ('k') | net/url_request/url_request_file_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698