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

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

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/PaymentAddress.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.h b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
index 3204babe71d7596fc43e07f4034480747903e3b2..beaeaa8816366134072711031fa6b3ddbcfa784d 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAddress.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
@@ -23,7 +23,7 @@
WTF_MAKE_NONCOPYABLE(PaymentAddress);
public:
- explicit PaymentAddress(payments::mojom::blink::PaymentAddressPtr);
+ explicit PaymentAddress(mojom::blink::PaymentAddressPtr);
virtual ~PaymentAddress();
ScriptValue toJSONForBinding(ScriptState*) const;

Powered by Google App Engine
This is Rietveld 408576698