| 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 13ba1bc4f05d69ce6b980a92d60975f1f7e01c21..bf0a681dc478564839a99c8e182a488b48bcbc25 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "modules/payments/PaymentDetails.h"
|
| +#include "modules/payments/PaymentDetailsInit.h"
|
| #include "modules/payments/PaymentOptions.h"
|
| #include "modules/payments/PaymentTestHelper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -35,9 +35,9 @@ class DetailsTestCase {
|
|
|
| ~DetailsTestCase() {}
|
|
|
| - PaymentDetails buildDetails() const {
|
| - return buildPaymentDetailsForTest(m_detail, m_data, m_modType,
|
| - m_valueToUse);
|
| + PaymentDetailsInit buildDetails() const {
|
| + return buildPaymentDetailsInitForTest(m_detail, m_data, m_modType,
|
| + m_valueToUse);
|
| }
|
|
|
| bool expectException() const { return m_expectException; }
|
|
|