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 8e90dded807198da19ca2091b74b7bb7c679ce7e..9516f507507fc0492b91a44192ce5234541e293e 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(StringToLowerASCII(str), base::TRIM_ALL, |
+ base::TrimWhitespaceASCII(base::StringToLowerASCII(str), base::TRIM_ALL, |
&str_lower); |
if (str_lower == "setup_wallet") |