summaryrefslogtreecommitdiffstats
path: root/content/common/page_state_serialization.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/page_state_serialization.cc')
-rw-r--r--content/common/page_state_serialization.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/page_state_serialization.cc b/content/common/page_state_serialization.cc
index 68974ae..b9670c2 100644
--- a/content/common/page_state_serialization.cc
+++ b/content/common/page_state_serialization.cc
@@ -671,6 +671,9 @@ ExplodedHttpBodyElement::ExplodedHttpBodyElement()
file_modification_time(std::numeric_limits<double>::quiet_NaN()) {
}
+ExplodedHttpBodyElement::ExplodedHttpBodyElement(
+ const ExplodedHttpBodyElement& other) = default;
+
ExplodedHttpBodyElement::~ExplodedHttpBodyElement() {
}