| Index: components/password_manager/core/common/experiments.cc
|
| diff --git a/components/password_manager/core/common/experiments.cc b/components/password_manager/core/common/experiments.cc
|
| index 8a49e368fef1de7ee7b2e585b0e659f28f3f8b9e..94fd32ff75941ddb78fa76efecad2a85fe7698fd 100644
|
| --- a/components/password_manager/core/common/experiments.cc
|
| +++ b/components/password_manager/core/common/experiments.cc
|
| @@ -14,7 +14,7 @@ bool ManageAccountLinkExperimentEnabled() {
|
| std::string group_name =
|
| base::FieldTrialList::FindFullName("PasswordLinkInSettings");
|
|
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kDisablePasswordLink))
|
| return false;
|
|
|
|
|