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

Unified Diff: components/safe_browsing_db/hit_report.h

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.h
diff --git a/components/safe_browsing_db/hit_report.h b/components/safe_browsing_db/hit_report.h
index 618db530794db393a75bb22d8154e21251e0c9e0..881a01f6411644c1bc6d6ab902cfd0c3b47e3b57 100644
--- a/components/safe_browsing_db/hit_report.h
+++ b/components/safe_browsing_db/hit_report.h
@@ -27,6 +27,7 @@ enum class ThreatSource {
// sent as a POST instead of a GET.
struct HitReport {
HitReport();
+ HitReport(const HitReport& other);
~HitReport();
GURL malicious_url;

Powered by Google App Engine
This is Rietveld 408576698