| Index: components/password_manager/core/browser/affiliation_utils.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_utils.cc b/components/password_manager/core/browser/affiliation_utils.cc
|
| index 3cdc9eafb7a1ebc52a2e9cc77ae85bdaf7ce35a4..98c9099f6399bc3d9c638c4ce2d56e37f931b664 100644
|
| --- a/components/password_manager/core/browser/affiliation_utils.cc
|
| +++ b/components/password_manager/core/browser/affiliation_utils.cc
|
| @@ -302,7 +302,7 @@ bool IsAffiliationBasedMatchingEnabled(const base::CommandLine& command_line) {
|
| return false;
|
| if (command_line.HasSwitch(switches::kEnableAffiliationBasedMatching))
|
| return true;
|
| - return StartsWithASCII(group_name, "Enabled", /*case_sensitive=*/false);
|
| + return base::StartsWithASCII(group_name, "Enabled", /*case_sensitive=*/false);
|
| }
|
|
|
| bool IsPropagatingPasswordChangesToWebCredentialsEnabled(
|
|
|