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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentResponse.h

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/PaymentResponse.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.h b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
index c29c8de36c1335030f52c222b50095b264c1253c..f66dbb731fef69a940e2bde3e54dc8942fc312d9 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
@@ -29,7 +29,8 @@ class MODULES_EXPORT PaymentResponse final
WTF_MAKE_NONCOPYABLE(PaymentResponse);
public:
- PaymentResponse(mojom::blink::PaymentResponsePtr, PaymentCompleter*);
+ PaymentResponse(payments::mojom::blink::PaymentResponsePtr,
+ PaymentCompleter*);
virtual ~PaymentResponse();
ScriptValue toJSONForBinding(ScriptState*) const;

Powered by Google App Engine
This is Rietveld 408576698