| Index: components/autofill/core/common/password_generation_util.cc
|
| diff --git a/components/autofill/core/common/password_generation_util.cc b/components/autofill/core/common/password_generation_util.cc
|
| index 95f4f60ebcfd5d61af0498e4743952ba14a27d6d..bdbd20ba612800055b98715b52595131445e41c6 100644
|
| --- a/components/autofill/core/common/password_generation_util.cc
|
| +++ b/components/autofill/core/common/password_generation_util.cc
|
| @@ -48,7 +48,7 @@ bool IsPasswordGenerationEnabled() {
|
| std::string group_name =
|
| base::FieldTrialList::FindFullName("PasswordGeneration");
|
|
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kDisablePasswordGeneration))
|
| return false;
|
|
|
|
|