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

Unified Diff: content/content_browser.gypi

Issue 9704023: Replace URLRequestFailedDnsJob with URLRequestFailedJob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix weak ptr factory usage Created 8 years, 9 months 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
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 126973)
+++ content/content_browser.gypi (working copy)
@@ -698,8 +698,8 @@
'browser/zygote_main_linux.cc',
# TODO: These should be moved to test_support (see below), but
# are currently used by production code in automation_provider.cc.
- 'test/net/url_request_failed_dns_job.cc',
- 'test/net/url_request_failed_dns_job.h',
+ 'test/net/url_request_failed_job.cc',
+ 'test/net/url_request_failed_job.h',
'test/net/url_request_mock_http_job.cc',
'test/net/url_request_mock_http_job.h',
'test/net/url_request_slow_download_job.cc',
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host_uitest.cc ('k') | content/test/net/url_request_failed_dns_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698