| Index: components/security_interstitials/core/metrics_helper.cc
|
| diff --git a/components/security_interstitials/core/metrics_helper.cc b/components/security_interstitials/core/metrics_helper.cc
|
| index 7b2e3cd1960f78a9b25dfc2bdec2ca1867e52710..eea0ce2c3d2945dfca8d6ec0e771b3aa9e758ec4 100644
|
| --- a/components/security_interstitials/core/metrics_helper.cc
|
| +++ b/components/security_interstitials/core/metrics_helper.cc
|
| @@ -108,6 +108,9 @@ void MaybeRecordInteractionAsAction(MetricsHelper::Interaction interaction,
|
| MetricsHelper::ReportDetails::ReportDetails()
|
| : rappor_report_type(rappor::NUM_RAPPOR_TYPES) {}
|
|
|
| +MetricsHelper::ReportDetails::ReportDetails(const ReportDetails& other) =
|
| + default;
|
| +
|
| MetricsHelper::MetricsHelper(const GURL& request_url,
|
| const ReportDetails settings,
|
| history::HistoryService* history_service,
|
|
|