| Index: third_party/WebKit/Source/modules/background_fetch/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BUILD.gn b/third_party/WebKit/Source/modules/background_fetch/BUILD.gn
|
| index 4ba395704808133630db331fa5fb201ede503185..a1abad3f2c1d541fb31f002b30a40e82cd56da69 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BUILD.gn
|
| @@ -14,14 +14,14 @@ blink_modules_sources("background_fetch") {
|
| "BackgroundFetchEvent.h",
|
| "BackgroundFetchFailEvent.cpp",
|
| "BackgroundFetchFailEvent.h",
|
| + "BackgroundFetchFetch.cpp",
|
| + "BackgroundFetchFetch.h",
|
| "BackgroundFetchManager.cpp",
|
| "BackgroundFetchManager.h",
|
| "BackgroundFetchRegistration.cpp",
|
| "BackgroundFetchRegistration.h",
|
| - "BackgroundFetchRequest.cpp",
|
| - "BackgroundFetchRequest.h",
|
| - "BackgroundFetchSettledRequest.cpp",
|
| - "BackgroundFetchSettledRequest.h",
|
| + "BackgroundFetchSettledFetch.cpp",
|
| + "BackgroundFetchSettledFetch.h",
|
| "BackgroundFetchedEvent.cpp",
|
| "BackgroundFetchedEvent.h",
|
| "ServiceWorkerGlobalScopeBackgroundFetch.h",
|
|
|