| Index: content/renderer/devtools/devtools_agent.cc
|
| diff --git a/content/renderer/devtools_agent.cc b/content/renderer/devtools/devtools_agent.cc
|
| similarity index 97%
|
| rename from content/renderer/devtools_agent.cc
|
| rename to content/renderer/devtools/devtools_agent.cc
|
| index 91fc3b3caaf4c73b36163d92e07d000b63d85d20..31269b0881b165855824eb6e6ced752bcb72b33c 100644
|
| --- a/content/renderer/devtools_agent.cc
|
| +++ b/content/renderer/devtools/devtools_agent.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/renderer/devtools_agent.h"
|
| +#include "content/renderer/devtools/devtools_agent.h"
|
|
|
| #include <map>
|
|
|
| @@ -12,16 +12,16 @@
|
| #include "base/string_number_conversions.h"
|
| #include "content/common/devtools_messages.h"
|
| #include "content/common/view_messages.h"
|
| -#include "content/renderer/devtools_agent_filter.h"
|
| -#include "content/renderer/devtools_client.h"
|
| +#include "content/renderer/devtools/devtools_agent_filter.h"
|
| +#include "content/renderer/devtools/devtools_client.h"
|
| #include "content/renderer/render_view_impl.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
|
|
| #if defined(USE_TCMALLOC)
|
| #include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
|
|
|