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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentResponse.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/PaymentResponse.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.h b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
index 9c99f6f41614f3d2328d110acb4c007759ba1fea..aa54a93acc286d2d93a4148340cd937a8bac9c05 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
@@ -10,7 +10,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/text/WTFString.h"
@@ -25,7 +25,7 @@ class MODULES_EXPORT PaymentResponse final : public GarbageCollectedFinalized<Pa
WTF_MAKE_NONCOPYABLE(PaymentResponse);
public:
- PaymentResponse(mojom::wtf::PaymentResponsePtr, PaymentCompleter*);
+ PaymentResponse(mojom::blink::PaymentResponsePtr, PaymentCompleter*);
virtual ~PaymentResponse();
const String& methodName() const { return m_methodName; }

Powered by Google App Engine
This is Rietveld 408576698