| 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 1c39f631a53061d3d75c0e34f72a0580963acd9f..ee0196b66b1d91299b27a1eab87a0c9ab945afed 100644
|
| --- a/components/autofill/content/renderer/test_password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/test_password_autofill_agent.h
|
| @@ -12,13 +12,13 @@ namespace autofill {
|
| class TestPasswordAutofillAgent : public PasswordAutofillAgent {
|
| public:
|
| explicit TestPasswordAutofillAgent(content::RenderView* render_view);
|
| - virtual ~TestPasswordAutofillAgent();
|
| + ~TestPasswordAutofillAgent() override;
|
|
|
| private:
|
| // Always returns true. This allows browser tests with "data: " URL scheme to
|
| // work with the password manager.
|
| // PasswordAutofillAgent:
|
| - virtual bool OriginCanAccessPasswordManager(
|
| + bool OriginCanAccessPasswordManager(
|
| const blink::WebSecurityOrigin& origin) override;
|
| };
|
|
|
|
|