diff options
Diffstat (limited to 'content/common/page_state_serialization.h')
-rw-r--r-- | content/common/page_state_serialization.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h index 9b6773c..24d8198 100644 --- a/content/common/page_state_serialization.h +++ b/content/common/page_state_serialization.h @@ -32,6 +32,7 @@ struct CONTENT_EXPORT ExplodedHttpBodyElement { std::string blob_uuid; ExplodedHttpBodyElement(); + ExplodedHttpBodyElement(const ExplodedHttpBodyElement& other); ~ExplodedHttpBodyElement(); }; |