Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
index cf90ffb53f76557eceac7a23e13255c5fce68310..0cdca6f1d28d84564cfd2a9cb975d17028cdab6d 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -109,8 +109,7 @@ class ServiceWorkerGlobalScopeProxy final |
const WebNotificationData&) override; |
void dispatchPushEvent(int, const WebString& data) override; |
void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override; |
- void dispatchPaymentRequestEvent(int, |
- const WebPaymentAppRequestData&) override; |
+ void dispatchPaymentRequestEvent(int, const WebPaymentAppRequest&) override; |
bool hasFetchEventHandler() override; |
void onNavigationPreloadResponse( |
int fetchEventID, |