| Index: components/autofill/content/browser/wallet/full_wallet.h
|
| diff --git a/components/autofill/content/browser/wallet/full_wallet.h b/components/autofill/content/browser/wallet/full_wallet.h
|
| index 34cae45a2b3e2a09935bf95e7b6e913afd7614ea..b97d67093687eae55638f1c7ea3cfae230a752a2 100644
|
| --- a/components/autofill/content/browser/wallet/full_wallet.h
|
| +++ b/components/autofill/content/browser/wallet/full_wallet.h
|
| @@ -71,6 +71,7 @@ class FullWallet {
|
| private:
|
| friend class FullWalletTest;
|
| friend scoped_ptr<FullWallet> GetTestFullWallet();
|
| + friend scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly();
|
| FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWallet);
|
| FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWalletWithRequiredActions);
|
| FRIEND_TEST_ALL_PREFIXES(FullWalletTest, RestLengthCorrectDecryptionTest);
|
|
|