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, |