diff options
Diffstat (limited to 'chrome/browser/autofill/wallet/wallet_client.cc')
-rw-r--r-- | chrome/browser/autofill/wallet/wallet_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/wallet/wallet_client.cc b/chrome/browser/autofill/wallet/wallet_client.cc index 7b2e98d..2197826 100644 --- a/chrome/browser/autofill/wallet/wallet_client.cc +++ b/chrome/browser/autofill/wallet/wallet_client.cc @@ -8,9 +8,9 @@ #include "base/json/json_writer.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" -#include "base/string_number_conversions.h" #include "base/string_split.h" #include "base/stringprintf.h" +#include "base/strings/string_number_conversions.h" #include "base/values.h" #include "chrome/browser/autofill/wallet/cart.h" #include "chrome/browser/autofill/wallet/full_wallet.h" |