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 b95a01b6122b267585add83813693fe928bab666..103ff44965e7eba7b25927ff09012e5559b32af2 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -119,7 +119,8 @@ 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 WebPaymentAppRequest&) override; |
+ void DispatchPaymentRequestEvent(int, |
+ const WebPaymentRequestEventData&) override; |
bool HasFetchEventHandler() override; |
void OnNavigationPreloadResponse( |
int fetch_event_id, |