| Index: components/autofill/content/renderer/password_generation_agent.cc
|
| diff --git a/components/autofill/content/renderer/password_generation_agent.cc b/components/autofill/content/renderer/password_generation_agent.cc
|
| index 4585119080e017009c918f84a933b4052aa0b29f..a970e6ddceaea95c89f68b79c54a25ab58a21457 100644
|
| --- a/components/autofill/content/renderer/password_generation_agent.cc
|
| +++ b/components/autofill/content/renderer/password_generation_agent.cc
|
| @@ -280,7 +280,7 @@ void PasswordGenerationAgent::DetermineGenerationElement() {
|
| return;
|
| }
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kLocalHeuristicsOnlyForPasswordGeneration)) {
|
| DVLOG(2) << "Bypassing additional checks.";
|
| } else if (not_blacklisted_password_form_origins_.empty() ||
|
|
|