diff options
Diffstat (limited to 'webkit/appcache/appcache_storage_impl.h')
-rw-r--r-- | webkit/appcache/appcache_storage_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_storage_impl.h b/webkit/appcache/appcache_storage_impl.h index 9677801..b644eff 100644 --- a/webkit/appcache/appcache_storage_impl.h +++ b/webkit/appcache/appcache_storage_impl.h @@ -69,6 +69,7 @@ class AppCacheStorageImpl : public AppCacheStorage { class GetDeletableResponseIdsTask; class InsertDeletableResponseIdsTask; class DeleteDeletableResponseIdsTask; + class UpdateGroupLastAccessTimeTask; typedef std::deque<DatabaseTask*> DatabaseTaskQueue; typedef std::map<int64, CacheLoadTask*> PendingCacheLoads; |