| 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 552a31b8dbecb32318a76ad3b7f951a2bda14d73..9495d8bd4aad7943369ffcfbd52cb283312893f3 100644
|
| --- a/components/autofill/browser/wallet/wallet_items_unittest.cc
|
| +++ b/components/autofill/browser/wallet/wallet_items_unittest.cc
|
| @@ -418,7 +418,7 @@ TEST_F(WalletItemsTest, CreateMaskedInstrument) {
|
| ASCIIToUTF16("state"),
|
| ASCIIToUTF16("postal_code"),
|
| ASCIIToUTF16("phone_number"),
|
| - ""));
|
| + std::string()));
|
| std::vector<string16> supported_currencies;
|
| supported_currencies.push_back(ASCIIToUTF16("currency"));
|
| WalletItems::MaskedInstrument masked_instrument(
|
| @@ -520,7 +520,7 @@ TEST_F(WalletItemsTest, CreateWalletItems) {
|
| ASCIIToUTF16("state"),
|
| ASCIIToUTF16("postal_code"),
|
| ASCIIToUTF16("phone_number"),
|
| - ""));
|
| + std::string()));
|
| std::vector<string16> supported_currencies;
|
| supported_currencies.push_back(ASCIIToUTF16("currency"));
|
| scoped_ptr<WalletItems::MaskedInstrument> masked_instrument(
|
|
|