| Index: components/safe_browsing_db/hit_report.cc
|
| diff --git a/components/safe_browsing_db/hit_report.cc b/components/safe_browsing_db/hit_report.cc
|
| index e8ae64e44cb4d40117d0a063c7dfd757e66e9e36..cd14044e114698fc221a961b47459ef2f686027e 100644
|
| --- a/components/safe_browsing_db/hit_report.cc
|
| +++ b/components/safe_browsing_db/hit_report.cc
|
| @@ -8,6 +8,8 @@ namespace safe_browsing {
|
|
|
| HitReport::HitReport() {}
|
|
|
| +HitReport::HitReport(const HitReport& other) = default;
|
| +
|
| HitReport::~HitReport() {}
|
|
|
| } // namespace safe_browsing
|
|
|