| Index: content/browser/devtools/devtools_http_handler_impl.h
|
| diff --git a/content/browser/debugger/devtools_http_handler_impl.h b/content/browser/devtools/devtools_http_handler_impl.h
|
| similarity index 96%
|
| rename from content/browser/debugger/devtools_http_handler_impl.h
|
| rename to content/browser/devtools/devtools_http_handler_impl.h
|
| index ef36be8f07a9f10a83b91774c5d7c60666cf1707..9ee6f92faa79b96c02ee29338d349b9327b8f2ee 100644
|
| --- a/content/browser/debugger/devtools_http_handler_impl.h
|
| +++ b/content/browser/devtools/devtools_http_handler_impl.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_HTTP_HANDLER_IMPL_H_
|
| -#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_HTTP_HANDLER_IMPL_H_
|
| +#ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_HTTP_HANDLER_IMPL_H_
|
| +#define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_HTTP_HANDLER_IMPL_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -140,4 +140,4 @@ class DevToolsHttpHandlerImpl
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_DEBUGGER_DEVTOOLS_HTTP_HANDLER_IMPL_H_
|
| +#endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_HTTP_HANDLER_IMPL_H_
|
|
|