Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: components/safe_browsing_db/hit_report.cc

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698