Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: content/browser/debugger/devtools_client_host.cc

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698