| Index: content/browser/worker_host/worker_process_host.cc
|
| diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
|
| index 953e868ae1fd5e9e29ad1058e10d3ecabfc70d0c..eaf34fafac8f06b050c7e9ead1ebab4d6e0f2e28 100644
|
| --- a/content/browser/worker_host/worker_process_host.cc
|
| +++ b/content/browser/worker_host/worker_process_host.cc
|
| @@ -20,8 +20,8 @@
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| #include "content/browser/browser_child_process_host_impl.h"
|
| #include "content/browser/child_process_security_policy_impl.h"
|
| -#include "content/browser/debugger/worker_devtools_manager.h"
|
| -#include "content/browser/debugger/worker_devtools_message_filter.h"
|
| +#include "content/browser/devtools/worker_devtools_manager.h"
|
| +#include "content/browser/devtools/worker_devtools_message_filter.h"
|
| #include "content/browser/fileapi/fileapi_message_filter.h"
|
| #include "content/browser/in_process_webkit/indexed_db_dispatcher_host.h"
|
| #include "content/browser/mime_registry_message_filter.h"
|
|
|