| Index: third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
|
| index bfe00dba76a558886a16b2d2463768518e3cf41a..e0a4cb3617e5a45620cc9ff88f4a4a49a8d945f9 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
|
| @@ -9,6 +9,7 @@
|
| #include "modules/payments/PaymentItem.h"
|
| #include "modules/payments/PaymentMethodData.h"
|
| #include "modules/payments/ShippingOption.h"
|
| +#include "public/platform/modules/payments/payment_request.mojom-blink.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -42,6 +43,8 @@ PaymentDetails buildPaymentDetailsForTest(PaymentTestDetailToChange = PaymentTes
|
|
|
| HeapVector<PaymentMethodData> buildPaymentMethodDataForTest();
|
|
|
| +mojom::blink::PaymentResponsePtr buildPaymentResponseForTest();
|
| +
|
| } // namespace blink
|
|
|
| #endif // PaymentTestHelper_h
|
|
|