| Index: content/browser/worker_host/worker_service_impl.cc
|
| ===================================================================
|
| --- content/browser/worker_host/worker_service_impl.cc (revision 121287)
|
| +++ content/browser/worker_host/worker_service_impl.cc (working copy)
|
| @@ -11,12 +11,12 @@
|
| #include "base/sys_info.h"
|
| #include "base/threading/thread.h"
|
| #include "content/browser/debugger/worker_devtools_manager.h"
|
| -#include "content/browser/resource_context.h"
|
| #include "content/browser/worker_host/worker_message_filter.h"
|
| #include "content/browser/worker_host/worker_process_host.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/common/worker_messages.h"
|
| #include "content/public/browser/child_process_data.h"
|
| +#include "content/public/browser/resource_context.h"
|
| #include "content/public/browser/worker_service_observer.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/process_type.h"
|
|
|