| Index: content/worker/websharedworker_stub.cc
|
| diff --git a/content/worker/websharedworker_stub.cc b/content/worker/websharedworker_stub.cc
|
| index 8201ce80f0ed2738d264c53a315a90c4bc2af708..5ee9c2f53e8a97631f54e7bfaa16ea321371709c 100644
|
| --- a/content/worker/websharedworker_stub.cc
|
| +++ b/content/worker/websharedworker_stub.cc
|
| @@ -5,16 +5,16 @@
|
| #include "content/worker/websharedworker_stub.h"
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "content/common/child_process.h"
|
| -#include "content/common/child_thread.h"
|
| -#include "content/common/fileapi/file_system_dispatcher.h"
|
| -#include "content/common/webmessageportchannel_impl.h"
|
| +#include "content/child/child_process.h"
|
| +#include "content/child/child_thread.h"
|
| +#include "content/child/fileapi/file_system_dispatcher.h"
|
| +#include "content/child/webmessageportchannel_impl.h"
|
| #include "content/common/worker_messages.h"
|
| #include "content/worker/shared_worker_devtools_agent.h"
|
| #include "content/worker/worker_thread.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h"
|
|
|
| namespace content {
|
|
|
|
|