diff options
Diffstat (limited to 'components/autofill/content/browser/wallet/required_action.cc')
-rw-r--r-- | components/autofill/content/browser/wallet/required_action.cc | 2 |
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 716da3e..28f9b20 100644 --- a/components/autofill/content/browser/wallet/required_action.cc +++ b/components/autofill/content/browser/wallet/required_action.cc @@ -5,7 +5,7 @@ #include "components/autofill/content/browser/wallet/required_action.h" #include "base/logging.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" namespace autofill { namespace wallet { |