| Index: Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebSharedWorkerImpl.h b/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| index 7eebbacefc28012391680b5d8b8423bca14507b9..9c020e2d108270a4d7a3ffd2dc1a09ae7fb804e3 100644
|
| --- a/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| @@ -38,10 +38,10 @@
|
| #include "WebFrameClient.h"
|
| #include "WebSharedWorkerClient.h"
|
| #include "WebWorkerBase.h"
|
| -#include "WorkerLoaderProxy.h"
|
| -#include "WorkerObjectProxy.h"
|
| -#include "WorkerThread.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| +#include "core/workers/WorkerLoaderProxy.h"
|
| +#include "core/workers/WorkerObjectProxy.h"
|
| +#include "core/workers/WorkerThread.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/RefPtr.h>
|
|
|
|
|