| Index: content/browser/shared_worker/shared_worker_service_impl.cc
|
| diff --git a/content/browser/shared_worker/shared_worker_service_impl.cc b/content/browser/shared_worker/shared_worker_service_impl.cc
|
| index aa97e4440ace9ebd14475999b9b31919a1711d57..4a689fa812fe422e522ffe3193c8d6f5394b7e7f 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.cc
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "content/browser/devtools/shared_worker_devtools_manager.h"
|
| +#include "content/browser/devtools/embedded_worker_devtools_manager.h"
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/browser/shared_worker/shared_worker_host.h"
|
| #include "content/browser/shared_worker/shared_worker_instance.h"
|
| @@ -193,7 +193,7 @@ class SharedWorkerServiceImpl::SharedWorkerReserver
|
| bool pause_on_start = false;
|
| if (is_new_worker_) {
|
| pause_on_start =
|
| - SharedWorkerDevToolsManager::GetInstance()->WorkerCreated(
|
| + EmbeddedWorkerDevToolsManager::GetInstance()->SharedWorkerCreated(
|
| worker_process_id_, worker_route_id_, instance_);
|
| }
|
| BrowserThread::PostTask(
|
|
|