Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequestDetailsTest.cpp

Issue 2748093003: PaymentRequest: Introduce PaymentDetailsInit and PaymentDetailsUpdate. (Closed)
Patch Set: PaymentRequest: Introduce PaymentDetailsInit and PaymentDetailsUpdate. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698