| Index: Source/core/workers/SharedWorkerThread.cpp
|
| diff --git a/Source/core/workers/SharedWorkerThread.cpp b/Source/core/workers/SharedWorkerThread.cpp
|
| index 59da9c7226e175347f0ce7d7b825fb006b919b25..032af442cd83cd9691e938ded77739f887ef2704 100644
|
| --- a/Source/core/workers/SharedWorkerThread.cpp
|
| +++ b/Source/core/workers/SharedWorkerThread.cpp
|
| @@ -30,9 +30,9 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "SharedWorkerThread.h"
|
| +#include "core/workers/SharedWorkerThread.h"
|
|
|
| -#include "SharedWorkerContext.h"
|
| +#include "core/workers/SharedWorkerContext.h"
|
|
|
| namespace WebCore {
|
|
|
|
|