| Index: content/browser/devtools/devtools_browser_target.cc
|
| diff --git a/content/browser/debugger/devtools_browser_target.cc b/content/browser/devtools/devtools_browser_target.cc
|
| similarity index 98%
|
| rename from content/browser/debugger/devtools_browser_target.cc
|
| rename to content/browser/devtools/devtools_browser_target.cc
|
| index 95d57a9e79f99cba5694e7fc137261e879432236..44291b475cccdacb5006bf00b8e597b7a1df4fa5 100644
|
| --- a/content/browser/debugger/devtools_browser_target.cc
|
| +++ b/content/browser/devtools/devtools_browser_target.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_browser_target.h"
|
| +#include "content/browser/devtools/devtools_browser_target.h"
|
|
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
|
|