diff options
Diffstat (limited to 'components/autofill/browser/wallet/wallet_items_unittest.cc')
-rw-r--r-- | components/autofill/browser/wallet/wallet_items_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/autofill/browser/wallet/wallet_items_unittest.cc b/components/autofill/browser/wallet/wallet_items_unittest.cc index 552a31b..9495d8b 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( |