| 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;
|
|
|