| Index: content/browser/worker_host/worker_service_impl.cc
|
| diff --git a/content/browser/worker_host/worker_service_impl.cc b/content/browser/worker_host/worker_service_impl.cc
|
| index c19a38943bfa18c6973b0ebe2f8bb130324e4754..703b31f02ce3b7f2df5423c95c9c37b528c1a923 100644
|
| --- a/content/browser/worker_host/worker_service_impl.cc
|
| +++ b/content/browser/worker_host/worker_service_impl.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/threading/thread.h"
|
| -#include "content/browser/debugger/worker_devtools_manager.h"
|
| +#include "content/browser/devtools/worker_devtools_manager.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"
|
|
|