| Index: content/browser/devtools/devtools_agent_host.cc
|
| diff --git a/content/browser/debugger/devtools_agent_host.cc b/content/browser/devtools/devtools_agent_host.cc
|
| similarity index 96%
|
| rename from content/browser/debugger/devtools_agent_host.cc
|
| rename to content/browser/devtools/devtools_agent_host.cc
|
| index 6ea8f5dc03fe6b4a812bf8195b4277da08c32acd..fa5bc0e75e90d2e9624f5d66b3124bdfeb3f4af4 100644
|
| --- a/content/browser/debugger/devtools_agent_host.cc
|
| +++ b/content/browser/devtools/devtools_agent_host.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_agent_host.h"
|
| +#include "content/browser/devtools/devtools_agent_host.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "content/common/devtools_messages.h"
|
|
|