| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
 | 
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
 | 
| index a3c6d3e1ade2cb6f15e0ce5ddbab95a6c3c6a669..70377444daec865e6b524d13f653ca672e2834bb 100644
 | 
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
 | 
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
 | 
| @@ -13,7 +13,8 @@ import java.util.concurrent.ExecutionException;
 | 
|  import java.util.concurrent.TimeoutException;
 | 
|  
 | 
|  /**
 | 
| - * A payment integration test with a single card and no shipping address.
 | 
| + * A payment integration test with a single card and no shipping address. The merchant is selling a
 | 
| + * pure virtual good, so no shipping address is requested.
 | 
|   */
 | 
|  public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
 | 
|      public PaymentRequestNoShippingTest() {
 | 
| 
 |