| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index 8e3c1a1e457366103c658525a84b21fbdb624a14..bd8d79ec2d09813d649d6afe4b0bc320923fde63 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -38,8 +38,6 @@
|
| #include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/events/Event.h"
|
| -#include "core/fetch/MemoryCache.h"
|
| -#include "core/fetch/ResourceLoaderOptions.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "core/inspector/WorkerInspectorController.h"
|
| #include "core/inspector/WorkerThreadDebugger.h"
|
| @@ -56,6 +54,8 @@
|
| #include "modules/serviceworkers/ServiceWorkerThread.h"
|
| #include "modules/serviceworkers/WaitUntilObserver.h"
|
| #include "platform/Histogram.h"
|
| +#include "platform/loader/fetch/MemoryCache.h"
|
| +#include "platform/loader/fetch/ResourceLoaderOptions.h"
|
| #include "platform/network/ResourceRequest.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/platform/Platform.h"
|
|
|