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

Unified Diff: components/autofill/core/browser/legal_message_line.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/autofill/core/browser/legal_message_line.h
diff --git a/components/autofill/core/browser/legal_message_line.h b/components/autofill/core/browser/legal_message_line.h
index 9931486935ce4aa06f6fa624e3e919493a50a156..550831e44d1f40702d5a628647242e51e2d12c15 100644
--- a/components/autofill/core/browser/legal_message_line.h
+++ b/components/autofill/core/browser/legal_message_line.h
@@ -36,6 +36,7 @@ class LegalMessageLine {
};
LegalMessageLine();
+ LegalMessageLine(const LegalMessageLine& other);
virtual ~LegalMessageLine(); // Overridden in TestLegalMessageLine.
// Parses |legal_message|. Returns false on failure.

Powered by Google App Engine
This is Rietveld 408576698