| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultipleContactDetailsTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultipleContactDetailsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultipleContactDetailsTest.java
|
| index 366c9b6d01b95435c5cfbc4ff4d204eb9ae28430..f68eb9540ae8200e0bbdcd96ef58b9b2278bc512 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultipleContactDetailsTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMultipleContactDetailsTest.java
|
| @@ -61,7 +61,7 @@ public class PaymentRequestMultipleContactDetailsTest extends PaymentRequestTest
|
| // Create a credit card associated with the fourth profile.
|
| helper.setCreditCard(new CreditCard("", "https://example.com", true, true, "Jon Doe",
|
| "4111111111111111", "1111", "12", "2050", "visa", R.drawable.pr_visa,
|
| - guid4));
|
| + guid4, "" /* serverId */));
|
|
|
| // Set the use stats so that profile1 has the highest frecency score, profile2 the second
|
| // highest, profile 3 the third lowest, profile4 the second lowest and profile 5 the lowest.
|
|
|