| Index: components/autofill/browser/wallet/wallet_items.h
|
| diff --git a/components/autofill/browser/wallet/wallet_items.h b/components/autofill/browser/wallet/wallet_items.h
|
| index 14c45216fd81bf8af444ee4ebc690e0245c9a146..215c41d46c6adaeec238f61a2d26e11117f3ab1e 100644
|
| --- a/components/autofill/browser/wallet/wallet_items.h
|
| +++ b/components/autofill/browser/wallet/wallet_items.h
|
| @@ -108,8 +108,8 @@ class WalletItems {
|
|
|
| private:
|
| friend class WalletItemsTest;
|
| - friend scoped_ptr<MaskedInstrument> GetTestMaskedInstrumentWithId(
|
| - const std::string&);
|
| + friend scoped_ptr<MaskedInstrument> GetTestMaskedInstrumentWithIdAndAddress(
|
| + const std::string&, scoped_ptr<Address> address);
|
| FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest,
|
| GetInfoCreditCardExpMonth);
|
| FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest,
|
|
|