| Index: content/worker/websharedworkerclient_proxy.cc
|
| diff --git a/content/worker/websharedworkerclient_proxy.cc b/content/worker/websharedworkerclient_proxy.cc
|
| index d079171f69f1d65a9b5a9a00467baf061a66686b..3e0967c2f4b9d79435d11a97c6da7cbee4d42293 100644
|
| --- a/content/worker/websharedworkerclient_proxy.cc
|
| +++ b/content/worker/websharedworkerclient_proxy.cc
|
| @@ -8,10 +8,10 @@
|
| #include "base/command_line.h"
|
| #include "base/message_loop.h"
|
| #include "content/common/fileapi/file_system_dispatcher.h"
|
| -#include "content/common/fileapi/webfilesystem_callback_adapters.h"
|
| #include "content/common/quota_dispatcher.h"
|
| #include "content/common/webmessageportchannel_impl.h"
|
| #include "content/common/worker_messages.h"
|
| +#include "content/common_child/fileapi/webfilesystem_callback_adapters.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/worker/shared_worker_devtools_agent.h"
|
| #include "content/worker/websharedworker_stub.h"
|
|
|