diff options
Diffstat (limited to 'content/public/common/appcache_info.h')
-rw-r--r-- | content/public/common/appcache_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/appcache_info.h b/content/public/common/appcache_info.h index 75b5499..a8f186d 100644 --- a/content/public/common/appcache_info.h +++ b/content/public/common/appcache_info.h @@ -32,6 +32,7 @@ enum AppCacheStatus { struct CONTENT_EXPORT AppCacheInfo { AppCacheInfo(); + AppCacheInfo(const AppCacheInfo& other); ~AppCacheInfo(); GURL manifest_url; |