| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| index b34107c45ba40bd5f5fb1a23eabde6f120603f04..f80684d4fd3fd91d29ea58cc4b9762111e0cf023 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| @@ -9,10 +9,10 @@
|
| #include "modules/serviceworkers/ServiceWorkerRegistration.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/background_fetch/background_fetch.mojom-blink.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|