| Index: content/browser/devtools/devtools_manager_impl.h
|
| diff --git a/content/browser/debugger/devtools_manager_impl.h b/content/browser/devtools/devtools_manager_impl.h
|
| similarity index 95%
|
| rename from content/browser/debugger/devtools_manager_impl.h
|
| rename to content/browser/devtools/devtools_manager_impl.h
|
| index 2df870e1e44ab062872ee0645a233b6b76d635bf..ed213b73a6d34c94eca3303b13424c4982001277 100644
|
| --- a/content/browser/debugger/devtools_manager_impl.h
|
| +++ b/content/browser/devtools/devtools_manager_impl.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
|
| -#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
|
| +#ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_MANAGER_IMPL_H_
|
| +#define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_MANAGER_IMPL_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/singleton.h"
|
| -#include "content/browser/debugger/devtools_agent_host.h"
|
| +#include "content/browser/devtools/devtools_agent_host.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/devtools_client_host.h"
|
| #include "content/public/browser/devtools_manager.h"
|
| @@ -128,4 +128,4 @@ class CONTENT_EXPORT DevToolsManagerImpl
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
|
| +#endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_MANAGER_IMPL_H_
|
|
|