diff options
Diffstat (limited to 'content/browser/appcache/appcache_disk_cache.h')
-rw-r--r-- | content/browser/appcache/appcache_disk_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/appcache/appcache_disk_cache.h b/content/browser/appcache/appcache_disk_cache.h index 2b8c299..d06bcf5 100644 --- a/content/browser/appcache/appcache_disk_cache.h +++ b/content/browser/appcache/appcache_disk_cache.h @@ -89,6 +89,8 @@ class CONTENT_EXPORT AppCacheDiskCache Entry** entry, const net::CompletionCallback& callback); + PendingCall(const PendingCall& other); + ~PendingCall(); }; typedef std::vector<PendingCall> PendingCalls; |