summaryrefslogtreecommitdiffstats
path: root/components/autofill/content/browser/wallet/required_action.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/content/browser/wallet/required_action.cc')
-rw-r--r--components/autofill/content/browser/wallet/required_action.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/content/browser/wallet/required_action.cc b/components/autofill/content/browser/wallet/required_action.cc
index 9516f50..444d91f 100644
--- a/components/autofill/content/browser/wallet/required_action.cc
+++ b/components/autofill/content/browser/wallet/required_action.cc
@@ -35,7 +35,7 @@ bool ActionAppliesToWalletItems(RequiredAction action) {
RequiredAction ParseRequiredActionFromString(const std::string& str) {
std::string str_lower;
- base::TrimWhitespaceASCII(base::StringToLowerASCII(str), base::TRIM_ALL,
+ base::TrimWhitespaceASCII(base::ToLowerASCII(str), base::TRIM_ALL,
&str_lower);
if (str_lower == "setup_wallet")