| Index: content/browser/devtools/devtools_http_handler_impl.cc
|
| diff --git a/content/browser/debugger/devtools_http_handler_impl.cc b/content/browser/devtools/devtools_http_handler_impl.cc
|
| similarity index 99%
|
| rename from content/browser/debugger/devtools_http_handler_impl.cc
|
| rename to content/browser/devtools/devtools_http_handler_impl.cc
|
| index a62d4bd3516e5d6c349c6e3ed9a173cc54347e5f..6d214ab876a6d574e0d4904241280520e3bfcd57 100644
|
| --- a/content/browser/debugger/devtools_http_handler_impl.cc
|
| +++ b/content/browser/devtools/devtools_http_handler_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_http_handler_impl.h"
|
| +#include "content/browser/devtools/devtools_http_handler_impl.h"
|
|
|
| #include <algorithm>
|
| #include <utility>
|
| @@ -19,8 +19,8 @@
|
| #include "base/threading/thread.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "content/browser/debugger/devtools_browser_target.h"
|
| -#include "content/browser/debugger/devtools_tracing_handler.h"
|
| +#include "content/browser/devtools/devtools_browser_target.h"
|
| +#include "content/browser/devtools/devtools_tracing_handler.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/common/devtools_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|