| 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 903e4b0c33d3b3add71b85f9aeaa3b2f726fcc99..30249f54837466d11ecdaa19238995f188998e3f 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
|
| @@ -8,7 +8,7 @@
|
| #include "bindings/core/v8/ScriptFunction.h"
|
| #include "modules/payments/PaymentDetails.h"
|
| #include "modules/payments/PaymentItem.h"
|
| -#include "modules/payments/ShippingOption.h"
|
| +#include "modules/payments/PaymentShippingOption.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| #include "platform/heap/Persistent.h"
|
| #include "public/platform/modules/payments/payment_request.mojom-blink.h"
|
| @@ -47,7 +47,7 @@ enum PaymentTestModificationType {
|
|
|
| PaymentItem buildPaymentItemForTest(PaymentTestDataToChange = PaymentTestDataNone, PaymentTestModificationType = PaymentTestOverwriteValue, const String& valueToUse = String());
|
|
|
| -ShippingOption buildShippingOptionForTest(PaymentTestDataToChange = PaymentTestDataNone, PaymentTestModificationType = PaymentTestOverwriteValue, const String& valueToUse = String());
|
| +PaymentShippingOption buildShippingOptionForTest(PaymentTestDataToChange = PaymentTestDataNone, PaymentTestModificationType = PaymentTestOverwriteValue, const String& valueToUse = String());
|
|
|
| PaymentDetails buildPaymentDetailsForTest(PaymentTestDetailToChange = PaymentTestDetailNone, PaymentTestDataToChange = PaymentTestDataNone, PaymentTestModificationType = PaymentTestOverwriteValue, const String& valueToUse = String());
|
|
|
|
|