Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: components/autofill/browser/wallet/wallet_items.h

Issue 14644010: respect default wallet instrument/address (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a437181b67528dc26305a5f878113430eee904c7..80610fab9a643aa319ddec515b56e16a08453123 100644
--- a/components/autofill/browser/wallet/wallet_items.h
+++ b/components/autofill/browser/wallet/wallet_items.h
@@ -106,7 +106,8 @@ class WalletItems {
private:
friend class WalletItemsTest;
- friend scoped_ptr<MaskedInstrument> GetTestMaskedInstrument();
+ friend scoped_ptr<MaskedInstrument> GetTestMaskedInstrumentWithId(
+ const std::string&);
FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest,
GetInfoCreditCardExpMonth);
FRIEND_TEST_ALL_PREFIXES(WalletItemsTest, CreateMaskedInstrument);

Powered by Google App Engine
This is Rietveld 408576698