| 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:
|
|
|