From 8368a0a348e5e445cefbee7fec023a988f21fa75 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 15 Jun 2012 07:51:46 +0000 Subject: Move URLFetcherImpl to net/ Add some TODOs for follow-up tasks. Leave URLFetcher::Create in content, but move it to url_fetcher.cc. BUG=118220 TEST= Review URL: https://chromiumcodereview.appspot.com/10534154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142355 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index 500cc42..1b5bc93 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -722,6 +722,8 @@ 'url_request/url_fetcher_delegate.cc', 'url_request/url_fetcher_delegate.h', 'url_request/url_fetcher_factory.h', + 'url_request/url_fetcher_impl.cc', + 'url_request/url_fetcher_impl.h', 'url_request/url_request.cc', 'url_request/url_request.h', 'url_request/url_request_about_job.cc', -- cgit v1.1