| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 28ac4a83091c61a0dd1579cfb352a362815eee0f..bba0ca85d09187ee22f5e9030b2e5153b64a80c5 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -64,7 +64,6 @@
|
| #include "public/platform/modules/notifications/WebNotificationData.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
| -#include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h"
|
| #include "public/web/WebSerializedScriptValue.h"
|
| #include "public/web/modules/serviceworker/WebServiceWorkerContextClient.h"
|
| #include "web/WebEmbeddedWorkerImpl.h"
|
| @@ -200,7 +199,7 @@ void ServiceWorkerGlobalScopeProxy::dispatchFetchEvent(
|
|
|
| void ServiceWorkerGlobalScopeProxy::onNavigationPreloadResponse(
|
| int fetchEventID,
|
| - std::unique_ptr<WebServiceWorkerResponse> response,
|
| + std::unique_ptr<WebURLResponse> response,
|
| std::unique_ptr<WebDataConsumerHandle> dataConsumeHandle) {
|
| FetchEvent* fetchEvent = m_pendingPreloadFetchEvents.take(fetchEventID);
|
| DCHECK(fetchEvent);
|
|
|