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

Unified Diff: third_party/WebKit/Source/modules/payments/BUILD.gn

Issue 2665583002: PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. (Closed)
Patch Set: PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. Created 3 years, 11 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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/payments/BUILD.gn b/third_party/WebKit/Source/modules/payments/BUILD.gn
index 31dd17fa62684c2e78f3646c4c6f326d85542b2d..8a8d5db26eca9f8115156b989b673b455ecc48e3 100644
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
@@ -12,8 +12,8 @@ blink_modules_sources("payments") {
"PaymentAddress.h",
"PaymentAppManager.cpp",
"PaymentAppManager.h",
- "PaymentAppRequestDataConversion.cpp",
- "PaymentAppRequestDataConversion.h",
+ "PaymentAppRequestConversion.cpp",
+ "PaymentAppRequestConversion.h",
"PaymentAppServiceWorkerGlobalScope.h",
"PaymentAppServiceWorkerRegistration.cpp",
"PaymentAppServiceWorkerRegistration.h",

Powered by Google App Engine
This is Rietveld 408576698