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..335e0584a73dd009f80ab8fe19e32f4a188bf172 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp |
@@ -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; } |