Index: chrome/browser/net/url_request_mock_util.cc |
=================================================================== |
--- chrome/browser/net/url_request_mock_util.cc (revision 164732) |
+++ chrome/browser/net/url_request_mock_util.cc (working copy) |
@@ -34,14 +34,14 @@ |
net::URLRequestFilter::GetInstance()->ClearHandlers(); |
- URLRequestFailedJob::AddUrlHandler(); |
- URLRequestMockLinkDoctorJob::AddUrlHandler(); |
- URLRequestSlowDownloadJob::AddUrlHandler(); |
+ content::URLRequestFailedJob::AddUrlHandler(); |
tfarina
2012/10/29 21:01:30
want to go with using declaration instead?
|
+ content::URLRequestMockLinkDoctorJob::AddUrlHandler(); |
+ content::URLRequestSlowDownloadJob::AddUrlHandler(); |
FilePath root_http; |
PathService::Get(chrome::DIR_TEST_DATA, &root_http); |
- URLRequestMockHTTPJob::AddUrlHandler(root_http); |
- URLRequestSlowHTTPJob::AddUrlHandler(root_http); |
+ content::URLRequestMockHTTPJob::AddUrlHandler(root_http); |
+ content::URLRequestSlowHTTPJob::AddUrlHandler(root_http); |
} else { |
// Revert to the default handlers. |
net::URLRequestFilter::GetInstance()->ClearHandlers(); |