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

Unified Diff: components/autofill/core/browser/legal_message_line.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/autofill/core/browser/legal_message_line.cc
diff --git a/components/autofill/core/browser/legal_message_line.cc b/components/autofill/core/browser/legal_message_line.cc
index 1a06b5ee06aedad2583efeadf90bc74a9c9d5a54..71bf0aa8c51234dbe7def2f96428246533c766bd 100644
--- a/components/autofill/core/browser/legal_message_line.cc
+++ b/components/autofill/core/browser/legal_message_line.cc
@@ -73,6 +73,8 @@ LegalMessageLine::Link::~Link() {}
LegalMessageLine::LegalMessageLine() {}
+LegalMessageLine::LegalMessageLine(const LegalMessageLine& other) = default;
+
LegalMessageLine::~LegalMessageLine() {}
// static

Powered by Google App Engine
This is Rietveld 408576698