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

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

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.h
diff --git a/components/autofill/content/renderer/test_password_autofill_agent.h b/components/autofill/content/renderer/test_password_autofill_agent.h
index ee0196b66b1d91299b27a1eab87a0c9ab945afed..afa8d7885e9dd6a0330177f50f2a55cc0cb208dd 100644
--- a/components/autofill/content/renderer/test_password_autofill_agent.h
+++ b/components/autofill/content/renderer/test_password_autofill_agent.h
@@ -11,7 +11,7 @@ namespace autofill {
class TestPasswordAutofillAgent : public PasswordAutofillAgent {
public:
- explicit TestPasswordAutofillAgent(content::RenderView* render_view);
+ explicit TestPasswordAutofillAgent(content::RenderFrame* render_frame);
~TestPasswordAutofillAgent() override;
private:

Powered by Google App Engine
This is Rietveld 408576698