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

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

Issue 2477883002: [Web Payments] Mojom namespace blink -> payments (Closed)
Patch Set: Fix WebKit tests Created 4 years, 1 month 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/PaymentTestHelper.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp
index aae0339c5463103feda553c7ed6777ec1623099b..c42805d6137384da5293b6cf0f9d1fc369df4f97 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp
@@ -164,9 +164,9 @@ HeapVector<PaymentMethodData> buildPaymentMethodDataForTest() {
return methodData;
}
-mojom::blink::PaymentResponsePtr buildPaymentResponseForTest() {
- mojom::blink::PaymentResponsePtr result =
- mojom::blink::PaymentResponse::New();
+payments::mojom::blink::PaymentResponsePtr buildPaymentResponseForTest() {
+ payments::mojom::blink::PaymentResponsePtr result =
+ payments::mojom::blink::PaymentResponse::New();
return result;
}

Powered by Google App Engine
This is Rietveld 408576698