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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h

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
« no previous file with comments | « third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequestData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
index 1028a5923fc0c8a281c4f294f958516a6837b193..579c66db1c98f553c9a807bcacd9d57d8f9f8cd0 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
@@ -43,7 +43,7 @@ class WebDataConsumerHandle;
class WebServiceWorkerRequest;
class WebString;
struct WebNotificationData;
-struct WebPaymentAppRequestData;
+struct WebPaymentAppRequest;
struct WebServiceWorkerClientInfo;
struct WebServiceWorkerError;
class WebURLResponse;
@@ -98,7 +98,7 @@ class WebServiceWorkerContextProxy {
LastChanceOption) = 0;
virtual void dispatchPaymentRequestEvent(int eventID,
- const WebPaymentAppRequestData&) = 0;
+ const WebPaymentAppRequest&) = 0;
virtual void onNavigationPreloadResponse(
int fetchEventID,
« no previous file with comments | « third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequestData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698