| Index: content/browser/devtools/devtools_manager_impl.cc
|
| diff --git a/content/browser/debugger/devtools_manager_impl.cc b/content/browser/devtools/devtools_manager_impl.cc
|
| similarity index 97%
|
| rename from content/browser/debugger/devtools_manager_impl.cc
|
| rename to content/browser/devtools/devtools_manager_impl.cc
|
| index 92158e25cad3a5674a360102c9431e926995e09e..7a643d3fc88c492e304d89723c02c3db224b9c17 100644
|
| --- a/content/browser/debugger/devtools_manager_impl.cc
|
| +++ b/content/browser/devtools/devtools_manager_impl.cc
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/debugger/devtools_manager_impl.h"
|
| +#include "content/browser/devtools/devtools_manager_impl.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop.h"
|
| #include "content/browser/child_process_security_policy_impl.h"
|
| -#include "content/browser/debugger/devtools_netlog_observer.h"
|
| -#include "content/browser/debugger/render_view_devtools_agent_host.h"
|
| +#include "content/browser/devtools/devtools_netlog_observer.h"
|
| +#include "content/browser/devtools/render_view_devtools_agent_host.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "content/public/browser/devtools_client_host.h"
|
| #include "content/public/browser/devtools_agent_host_registry.h"
|
| +#include "content/public/browser/devtools_client_host.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| namespace content {
|
| @@ -85,7 +85,6 @@ void DevToolsManagerImpl::DispatchOnInspectorFrontend(
|
| // being sent to it.
|
| return;
|
| }
|
| - client_host->DispatchOnInspectorFrontend(message);
|
| }
|
|
|
| void DevToolsManagerImpl::SaveAgentRuntimeState(DevToolsAgentHost* agent_host,
|
|
|