diff options
Diffstat (limited to 'content/browser/appcache/appcache_database.h')
-rw-r--r-- | content/browser/appcache/appcache_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/appcache/appcache_database.h b/content/browser/appcache/appcache_database.h index a6f017e..e2b265d 100644 --- a/content/browser/appcache/appcache_database.h +++ b/content/browser/appcache/appcache_database.h @@ -51,6 +51,7 @@ class CONTENT_EXPORT AppCacheDatabase { public: struct CONTENT_EXPORT GroupRecord { GroupRecord(); + GroupRecord(const GroupRecord& other); ~GroupRecord(); int64_t group_id; |