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

Unified Diff: components/autofill/content/renderer/test_password_autofill_agent.cc

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mem leak Created 6 years 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/test_password_autofill_agent.cc
diff --git a/components/autofill/content/renderer/test_password_autofill_agent.cc b/components/autofill/content/renderer/test_password_autofill_agent.cc
index af2a543a308d54f51044fd1f254368e0b1d37e50..394279fcf28c768d41d94359d8c11cbb4ffba4f3 100644
--- a/components/autofill/content/renderer/test_password_autofill_agent.cc
+++ b/components/autofill/content/renderer/test_password_autofill_agent.cc
@@ -7,8 +7,9 @@
namespace autofill {
TestPasswordAutofillAgent::TestPasswordAutofillAgent(
- content::RenderView* render_view)
- : PasswordAutofillAgent(render_view) {}
+ content::RenderFrame* render_frame)
+ : PasswordAutofillAgent(render_frame) {
+}
TestPasswordAutofillAgent::~TestPasswordAutofillAgent() {}

Powered by Google App Engine
This is Rietveld 408576698