| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.cpp
|
| index b17ba667fdc5424f042aa487ac63e84822ed6995..6101669085cfb8ecd387b53f95c062092aca94bd 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.cpp
|
| @@ -15,9 +15,9 @@
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "modules/serviceworkers/NavigatorServiceWorker.h"
|
| #include "modules/serviceworkers/ServiceWorkerContainer.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebScheduler.h"
|
|
|
| namespace blink {
|
|
|
|
|