| Index: Source/web/SharedWorkerRepository.cpp
|
| diff --git a/Source/web/SharedWorkerRepository.cpp b/Source/web/SharedWorkerRepository.cpp
|
| index b77b3d143e2059f0997bce33e42bb8dc971f5cf1..5e8e5543beb2cd486b112f33ca23ec789b8f1f68 100644
|
| --- a/Source/web/SharedWorkerRepository.cpp
|
| +++ b/Source/web/SharedWorkerRepository.cpp
|
| @@ -46,11 +46,10 @@
|
| #include "core/events/ThreadLocalEventNames.h"
|
| #include "core/frame/ContentSecurityPolicy.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| -#include "core/platform/network/ResourceResponse.h"
|
| #include "core/workers/SharedWorker.h"
|
| #include "core/workers/WorkerScriptLoader.h"
|
| #include "core/workers/WorkerScriptLoaderClient.h"
|
| -
|
| +#include "platform/network/ResourceResponse.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebMessagePortChannel.h"
|
| #include "public/platform/WebString.h"
|
|
|