summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/appcache_update_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/appcache_update_job.cc')
-rw-r--r--content/browser/appcache/appcache_update_job.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/appcache/appcache_update_job.cc b/content/browser/appcache/appcache_update_job.cc
index b7133fc..7c922f8 100644
--- a/content/browser/appcache/appcache_update_job.cc
+++ b/content/browser/appcache/appcache_update_job.cc
@@ -140,6 +140,8 @@ AppCacheUpdateJob::UrlToFetch::UrlToFetch(const GURL& url,
existing_response_info(info) {
}
+AppCacheUpdateJob::UrlToFetch::UrlToFetch(const UrlToFetch& other) = default;
+
AppCacheUpdateJob::UrlToFetch::~UrlToFetch() {
}