| Index: content/browser/debugger/devtools_client_host.cc
|
| diff --git a/chrome/browser/debugger/devtools_client_host.cc b/content/browser/debugger/devtools_client_host.cc
|
| similarity index 87%
|
| rename from chrome/browser/debugger/devtools_client_host.cc
|
| rename to content/browser/debugger/devtools_client_host.cc
|
| index f619bfb9989745f6794b04a6237db3f6d711fb21..674a252c2f488127cd2672c02cdd87078d2f2748 100644
|
| --- a/chrome/browser/debugger/devtools_client_host.cc
|
| +++ b/content/browser/debugger/devtools_client_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 "chrome/browser/debugger/devtools_client_host.h"
|
| +#include "content/browser/debugger/devtools_client_host.h"
|
|
|
| DevToolsWindow* DevToolsClientHost::AsDevToolsWindow() {
|
| return NULL;
|
|
|