| Index: components/autofill/content/browser/wallet/required_action.cc
|
| diff --git a/components/autofill/content/browser/wallet/required_action.cc b/components/autofill/content/browser/wallet/required_action.cc
|
| index 28f9b20ba2f40183bb36cb27234c270060b2baca..8e90dded807198da19ca2091b74b7bb7c679ce7e 100644
|
| --- a/components/autofill/content/browser/wallet/required_action.cc
|
| +++ b/components/autofill/content/browser/wallet/required_action.cc
|
| @@ -35,7 +35,8 @@ bool ActionAppliesToWalletItems(RequiredAction action) {
|
|
|
| RequiredAction ParseRequiredActionFromString(const std::string& str) {
|
| std::string str_lower;
|
| - TrimWhitespaceASCII(StringToLowerASCII(str), TRIM_ALL, &str_lower);
|
| + base::TrimWhitespaceASCII(StringToLowerASCII(str), base::TRIM_ALL,
|
| + &str_lower);
|
|
|
| if (str_lower == "setup_wallet")
|
| return SETUP_WALLET;
|
|
|