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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentResponse.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/PaymentResponse.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
index 2afa7ddbc8937825ef6bf403303a345c033dddbc..988cef45b3146fc1a9fcf1d32f1b327dd2d918e9 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
@@ -12,9 +12,8 @@
namespace blink {
-PaymentResponse::PaymentResponse(
- payments::mojom::blink::PaymentResponsePtr response,
- PaymentCompleter* paymentCompleter)
+PaymentResponse::PaymentResponse(mojom::blink::PaymentResponsePtr response,
+ PaymentCompleter* paymentCompleter)
: m_methodName(response->method_name),
m_stringifiedDetails(response->stringified_details),
m_shippingAddress(

Powered by Google App Engine
This is Rietveld 408576698