Index: components/update_client/update_client.cc |
diff --git a/components/update_client/update_client.cc b/components/update_client/update_client.cc |
index ece7cedc909ed70df275f59e1c0ec959ce445532..86b3dfc7cfe55e5ddc6dca148e456ff73dff898c 100644 |
--- a/components/update_client/update_client.cc |
+++ b/components/update_client/update_client.cc |
@@ -47,12 +47,16 @@ CrxUpdateItem::CrxUpdateItem() |
diff_extra_code1(0) { |
} |
+CrxUpdateItem::CrxUpdateItem(const CrxUpdateItem& other) = default; |
+ |
CrxUpdateItem::~CrxUpdateItem() { |
} |
CrxComponent::CrxComponent() : allow_background_download(true) { |
} |
+CrxComponent::CrxComponent(const CrxComponent& other) = default; |
+ |
CrxComponent::~CrxComponent() { |
} |