summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/appcache_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/appcache_database.cc')
-rw-r--r--content/browser/appcache/appcache_database.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/appcache/appcache_database.cc b/content/browser/appcache/appcache_database.cc
index f9e83ac..f3053c7 100644
--- a/content/browser/appcache/appcache_database.cc
+++ b/content/browser/appcache/appcache_database.cc
@@ -191,6 +191,8 @@ AppCacheDatabase::GroupRecord::GroupRecord()
: group_id(0) {
}
+AppCacheDatabase::GroupRecord::GroupRecord(const GroupRecord& other) = default;
+
AppCacheDatabase::GroupRecord::~GroupRecord() {
}