| Index: content/browser/devtools/devtools_frontend_host.h
|
| diff --git a/content/browser/debugger/devtools_frontend_host.h b/content/browser/devtools/devtools_frontend_host.h
|
| similarity index 91%
|
| rename from content/browser/debugger/devtools_frontend_host.h
|
| rename to content/browser/devtools/devtools_frontend_host.h
|
| index fd04fd19c18e38cde79e6fad47c878d024a9f588..6168692955448337c0ce4b3316e2865d6cd188f0 100644
|
| --- a/content/browser/debugger/devtools_frontend_host.h
|
| +++ b/content/browser/devtools/devtools_frontend_host.h
|
| @@ -2,8 +2,8 @@
|
| // 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_FRONTEND_HOST_H_
|
| -#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_FRONTEND_HOST_H_
|
| +#ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_FRONTEND_HOST_H_
|
| +#define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_FRONTEND_HOST_H_
|
|
|
| #include <string>
|
|
|
| @@ -56,4 +56,4 @@ class DevToolsFrontendHost : public DevToolsClientHost,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_DEBUGGER_DEVTOOLS_FRONTEND_HOST_H_
|
| +#endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_FRONTEND_HOST_H_
|
|
|