Fixing an issue with proxy card decryption.
Also, adds unit tests for FullWallet::GetCvn and FullWallet::GetPan and changes existing unit tests to use wallet_test_util


BUG= 225571


Review URL: https://chromiumcodereview.appspot.com/13468013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191992 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/autofill/browser/wallet/full_wallet.h b/components/autofill/browser/wallet/full_wallet.h
index d479b492..3c04c61 100644
--- a/components/autofill/browser/wallet/full_wallet.h
+++ b/components/autofill/browser/wallet/full_wallet.h
@@ -67,6 +67,8 @@
   friend class FullWalletTest;
   FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWallet);
   FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWalletWithRequiredActions);
+  FRIEND_TEST_ALL_PREFIXES(FullWalletTest, EvenRestDecryptionTest);
+  FRIEND_TEST_ALL_PREFIXES(FullWalletTest, OddRestDecryptionTest);
   FullWallet(int expiration_month,
              int expiration_year,
              const std::string& iin,