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

Unified Diff: components/security_interstitials/core/metrics_helper.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/security_interstitials/core/metrics_helper.h
diff --git a/components/security_interstitials/core/metrics_helper.h b/components/security_interstitials/core/metrics_helper.h
index 17b493d303e3102d0008f190a00aef34b0005a56..aab9d10cb1f53eba04ef56e2cb5c83391ca335ff 100644
--- a/components/security_interstitials/core/metrics_helper.h
+++ b/components/security_interstitials/core/metrics_helper.h
@@ -67,6 +67,7 @@ class MetricsHelper {
// The rappor preferences can be left blank if rappor_service is not set.
struct ReportDetails {
ReportDetails();
+ ReportDetails(const ReportDetails& other);
std::string metric_prefix;
std::string extra_suffix;
std::string rappor_prefix;

Powered by Google App Engine
This is Rietveld 408576698