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

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 includes 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 126703)
+++ content/content_browser.gypi (working copy)
@@ -699,8 +699,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',

Powered by Google App Engine
This is Rietveld 408576698