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

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

Issue 1902263004: Mojo: Change the blink variant from "wtf" to "blink". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months 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/ShippingAddress.h
diff --git a/third_party/WebKit/Source/modules/payments/ShippingAddress.h b/third_party/WebKit/Source/modules/payments/ShippingAddress.h
index 8dfcc429091902fc53ea347a0148dabf2000406c..f4d02f0adfaac713ab190b0635c79b6a809b1eef 100644
--- a/third_party/WebKit/Source/modules/payments/ShippingAddress.h
+++ b/third_party/WebKit/Source/modules/payments/ShippingAddress.h
@@ -8,7 +8,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "modules/ModulesExport.h"
#include "platform/heap/Handle.h"
-#include "public/platform/modules/payments/payment_request.mojom-wtf.h"
+#include "public/platform/modules/payments/payment_request.mojom-blink.h"
#include "wtf/Noncopyable.h"
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
@@ -20,7 +20,7 @@ class MODULES_EXPORT ShippingAddress final : public GarbageCollectedFinalized<Sh
WTF_MAKE_NONCOPYABLE(ShippingAddress);
public:
- explicit ShippingAddress(mojom::wtf::ShippingAddressPtr);
+ explicit ShippingAddress(mojom::blink::ShippingAddressPtr);
virtual ~ShippingAddress();
const String& regionCode() const { return m_regionCode; }

Powered by Google App Engine
This is Rietveld 408576698