| Index: third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| index 8a96b3fe12de5a5765997851e93abc8679229c49..2212588286d4d4d83448291e00177cd680fc8973 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "modules/payments/PaymentDetails.h"
|
| -#include "modules/payments/PaymentDetailsTestHelper.h"
|
| +#include "modules/payments/PaymentTestHelper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| @@ -79,7 +79,7 @@ private:
|
|
|
| TEST_P(PaymentRequestDetailsTest, ValidatesDetails)
|
| {
|
| - PaymentRequest::create(getScriptState(), Vector<String>(1, "foo"), GetParam().buildDetails(), getExceptionState());
|
| + PaymentRequest::create(getScriptState(), buildPaymentMethodDataForTest(), GetParam().buildDetails(), getExceptionState());
|
|
|
| EXPECT_EQ(GetParam().expectException(), getExceptionState().hadException());
|
| if (GetParam().expectException())
|
|
|