| Index: Source/core/workers/WorkerMessagingProxy.h
|
| diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
|
| index 5791627512e0e0f5b286e998b1158dbef62e3554..57dfa4b017f17e0daa6adb270247551630457a9c 100644
|
| --- a/Source/core/workers/WorkerMessagingProxy.h
|
| +++ b/Source/core/workers/WorkerMessagingProxy.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef WorkerMessagingProxy_h
|
| #define WorkerMessagingProxy_h
|
|
|
| -#include "WorkerContextProxy.h"
|
| -#include "WorkerLoaderProxy.h"
|
| -#include "WorkerObjectProxy.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| +#include "core/workers/WorkerContextProxy.h"
|
| +#include "core/workers/WorkerLoaderProxy.h"
|
| +#include "core/workers/WorkerObjectProxy.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|