| Index: content/browser/devtools/devtools_tracing_handler.cc
|
| diff --git a/content/browser/debugger/devtools_tracing_handler.cc b/content/browser/devtools/devtools_tracing_handler.cc
|
| similarity index 95%
|
| rename from content/browser/debugger/devtools_tracing_handler.cc
|
| rename to content/browser/devtools/devtools_tracing_handler.cc
|
| index f1eb7401b91765e98c0cf74f9c378514bcb7f166..551445219caeed359996946a0a4752d9b056581a 100644
|
| --- a/content/browser/debugger/devtools_tracing_handler.cc
|
| +++ b/content/browser/devtools/devtools_tracing_handler.cc
|
| @@ -2,13 +2,13 @@
|
| // 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_tracing_handler.h"
|
| +#include "content/browser/devtools/devtools_tracing_handler.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| #include "base/location.h"
|
| #include "base/values.h"
|
| -#include "content/browser/debugger/devtools_http_handler_impl.h"
|
| +#include "content/browser/devtools/devtools_http_handler_impl.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/trace_controller.h"
|
| #include "content/public/browser/trace_subscriber.h"
|
|
|