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

Unified Diff: components/autofill/core/common/password_form_fill_data.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/common/password_form_fill_data.h
diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
index 19a9a7ca1b46af2eca4e798644c2e75ee77e2b73..dbe90a1dd9df32c653bc252730eca97e86441f6f 100644
--- a/components/autofill/core/common/password_form_fill_data.h
+++ b/components/autofill/core/common/password_form_fill_data.h
@@ -77,6 +77,7 @@ struct PasswordFormFillData {
bool is_possible_change_password_form;
PasswordFormFillData();
+ PasswordFormFillData(const PasswordFormFillData& other);
~PasswordFormFillData();
};

Powered by Google App Engine
This is Rietveld 408576698