| Index: components/autofill/content/renderer/test_password_generation_agent.h
|
| diff --git a/components/autofill/content/renderer/test_password_generation_agent.h b/components/autofill/content/renderer/test_password_generation_agent.h
|
| index 333b4321016c0885a0766e3ce84fea71b8da7f09..11aef9d06a0c1319b50ba830cd08e9997981b2ac 100644
|
| --- a/components/autofill/content/renderer/test_password_generation_agent.h
|
| +++ b/components/autofill/content/renderer/test_password_generation_agent.h
|
| @@ -21,7 +21,7 @@ class TestPasswordGenerationAgent : public PasswordGenerationAgent {
|
|
|
| // PasswordGenreationAgent implementation:
|
| // Always return true to allow loading of data URLs.
|
| - bool ShouldAnalyzeDocument() const override;
|
| + bool ShouldAnalyzeDocument() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestPasswordGenerationAgent);
|
|
|