Index: components/autofill/content/renderer/test_password_generation_agent.cc |
diff --git a/components/autofill/content/renderer/test_password_generation_agent.cc b/components/autofill/content/renderer/test_password_generation_agent.cc |
index d8707b0f20efc0cc19faa6663e07b5ccca2f1ae3..84d937a7989489eaf700424fba8fa59898b2d43c 100644 |
--- a/components/autofill/content/renderer/test_password_generation_agent.cc |
+++ b/components/autofill/content/renderer/test_password_generation_agent.cc |
@@ -15,7 +15,7 @@ TestPasswordGenerationAgent::TestPasswordGenerationAgent( |
TestPasswordGenerationAgent::~TestPasswordGenerationAgent() {} |
-bool TestPasswordGenerationAgent::ShouldAnalyzeDocument() const { |
+bool TestPasswordGenerationAgent::ShouldAnalyzeDocument() { |
return true; |
} |