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

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

Issue 2489943003: Revert of [Web Payments] Mojom namespace blink -> payments (Closed)
Patch Set: 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 c42805d6137384da5293b6cf0f9d1fc369df4f97..aae0339c5463103feda553c7ed6777ec1623099b 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp
@@ -164,9 +164,9 @@
return methodData;
}
-payments::mojom::blink::PaymentResponsePtr buildPaymentResponseForTest() {
- payments::mojom::blink::PaymentResponsePtr result =
- payments::mojom::blink::PaymentResponse::New();
+mojom::blink::PaymentResponsePtr buildPaymentResponseForTest() {
+ mojom::blink::PaymentResponsePtr result =
+ mojom::blink::PaymentResponse::New();
return result;
}

Powered by Google App Engine
This is Rietveld 408576698