Move the URLFetcher class used by the AppCacheUpdateJob class into its own file.
This is in preparation for adding support in the URLFetcher class to use the network
URLLoader in the network service mode.
BUG=715632
TBR=jam
Review-Url: https://codereview.chromium.org/2978373002
Cr-Commit-Position: refs/heads/master@{#488555}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 41318159..7d54ba9 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -352,6 +352,8 @@
"appcache/appcache_subresource_url_factory.h",
"appcache/appcache_update_job.cc",
"appcache/appcache_update_job.h",
+ "appcache/appcache_update_url_fetcher.cc",
+ "appcache/appcache_update_url_fetcher.h",
"appcache/appcache_url_loader_job.cc",
"appcache/appcache_url_loader_job.h",
"appcache/appcache_url_loader_request.cc",