| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| index a1351389b73262efdcece9ecb74b81885a7313e4..51602df6106d6655a77734ca026466c728af6fda 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "modules/background_fetch/BackgroundFetchManager.h"
|
|
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8ThrowException.h"
|
| #include "bindings/modules/v8/RequestOrUSVString.h"
|
| #include "bindings/modules/v8/RequestOrUSVStringOrRequestOrUSVStringSequence.h"
|
| @@ -16,6 +15,7 @@
|
| #include "modules/background_fetch/BackgroundFetchRegistration.h"
|
| #include "modules/fetch/Request.h"
|
| #include "modules/serviceworkers/ServiceWorkerRegistration.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
|
|
| namespace blink {
|
|
|