| Index: components/autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc
|
| diff --git a/components/autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc b/components/autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc
|
| index 4bbc78c8ee927fafac40f7fae2dde33a259f7584..6471b324fde961d1089c2a5bcd1a9bdb41536f71 100644
|
| --- a/components/autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc
|
| +++ b/components/autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc
|
| @@ -51,7 +51,8 @@ class RealPanWalletClientTest : public testing::Test,
|
|
|
| protected:
|
| void StartUnmasking() {
|
| - token_service_->AddAccount("example@gmail.com");
|
| + token_service_->GetDelegate()->UpdateCredentials("example@gmail.com",
|
| + "refresh_token");
|
| identity_provider_->LogIn("example@gmail.com");
|
| CreditCard card = test::GetMaskedServerCard();
|
| CardUnmaskDelegate::UnmaskResponse response;
|
|
|