| Index: content/browser/devtools/devtools_frontend_host.cc
|
| diff --git a/content/browser/debugger/devtools_frontend_host.cc b/content/browser/devtools/devtools_frontend_host.cc
|
| similarity index 97%
|
| rename from content/browser/debugger/devtools_frontend_host.cc
|
| rename to content/browser/devtools/devtools_frontend_host.cc
|
| index 49bac66f3a6e549c78aac325a98f54db4e2f77ea..fe7e82d10d02647b860cf2ec9b79663230705ed9 100644
|
| --- a/content/browser/debugger/devtools_frontend_host.cc
|
| +++ b/content/browser/devtools/devtools_frontend_host.cc
|
| @@ -2,9 +2,9 @@
|
| // 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_frontend_host.h"
|
| +#include "content/browser/devtools/devtools_frontend_host.h"
|
|
|
| -#include "content/browser/debugger/devtools_manager_impl.h"
|
| +#include "content/browser/devtools/devtools_manager_impl.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/common/devtools_messages.h"
|
|
|