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

Unified Diff: components/autofill/content/renderer/password_generation_agent.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/content/renderer/password_generation_agent.h
diff --git a/components/autofill/content/renderer/password_generation_agent.h b/components/autofill/content/renderer/password_generation_agent.h
index e2a239f51c6714239134fc28a02198498d252563..8fc6346e29ed593fea27fd592350871ca6260c82 100644
--- a/components/autofill/content/renderer/password_generation_agent.h
+++ b/components/autofill/content/renderer/password_generation_agent.h
@@ -70,6 +70,7 @@ class PasswordGenerationAgent : public content::RenderFrameObserver {
AccountCreationFormData(
linked_ptr<PasswordForm> form,
std::vector<blink::WebInputElement> password_elements);
+ AccountCreationFormData(const AccountCreationFormData& other);
~AccountCreationFormData();
};
« no previous file with comments | « no previous file | components/autofill/content/renderer/password_generation_agent.cc » ('j') | components/url_matcher/url_matcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698