| Index: components/autofill/browser/wallet/wallet_items_unittest.cc
|
| diff --git a/components/autofill/browser/wallet/wallet_items_unittest.cc b/components/autofill/browser/wallet/wallet_items_unittest.cc
|
| index 9495d8bd4aad7943369ffcfbd52cb283312893f3..bda43bd37b3054273be034c8f1626f5e9db5249a 100644
|
| --- a/components/autofill/browser/wallet/wallet_items_unittest.cc
|
| +++ b/components/autofill/browser/wallet/wallet_items_unittest.cc
|
| @@ -419,7 +419,7 @@ TEST_F(WalletItemsTest, CreateMaskedInstrument) {
|
| ASCIIToUTF16("postal_code"),
|
| ASCIIToUTF16("phone_number"),
|
| std::string()));
|
| - std::vector<string16> supported_currencies;
|
| + std::vector<base::string16> supported_currencies;
|
| supported_currencies.push_back(ASCIIToUTF16("currency"));
|
| WalletItems::MaskedInstrument masked_instrument(
|
| ASCIIToUTF16("descriptive_name"),
|
| @@ -521,7 +521,7 @@ TEST_F(WalletItemsTest, CreateWalletItems) {
|
| ASCIIToUTF16("postal_code"),
|
| ASCIIToUTF16("phone_number"),
|
| std::string()));
|
| - std::vector<string16> supported_currencies;
|
| + std::vector<base::string16> supported_currencies;
|
| supported_currencies.push_back(ASCIIToUTF16("currency"));
|
| scoped_ptr<WalletItems::MaskedInstrument> masked_instrument(
|
| new WalletItems::MaskedInstrument(ASCIIToUTF16("descriptive_name"),
|
|
|