diff options
Diffstat (limited to 'components/autofill/browser/wallet/wallet_items.h')
-rw-r--r-- | components/autofill/browser/wallet/wallet_items.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/autofill/browser/wallet/wallet_items.h b/components/autofill/browser/wallet/wallet_items.h index f9707da..19b90ef 100644 --- a/components/autofill/browser/wallet/wallet_items.h +++ b/components/autofill/browser/wallet/wallet_items.h @@ -109,7 +109,8 @@ class WalletItems { private: friend class WalletItemsTest; friend scoped_ptr<MaskedInstrument> GetTestMaskedInstrumentWithDetails( - const std::string&, Type type, Status status); + const std::string&, scoped_ptr<Address> address, + Type type, Status status); FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest, GetInfoCreditCardExpMonth); FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest, |