| Index: content/worker/websharedworker_stub.cc
|
| diff --git a/content/worker/websharedworker_stub.cc b/content/worker/websharedworker_stub.cc
|
| index 19d3ec988cdac9b33b614524cc339de493b09f56..a2471df4a04783b8213ad403983d47297ce583fa 100644
|
| --- a/content/worker/websharedworker_stub.cc
|
| +++ b/content/worker/websharedworker_stub.cc
|
| @@ -8,9 +8,9 @@
|
| #include "content/child/child_process.h"
|
| #include "content/child/child_thread.h"
|
| #include "content/child/fileapi/file_system_dispatcher.h"
|
| +#include "content/child/shared_worker_devtools_agent.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/public/web/WebSharedWorker.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
|
|