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

Unified Diff: content/browser/debugger/devtools_protocol_handler.h

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_protocol_handler.h
diff --git a/chrome/browser/debugger/devtools_protocol_handler.h b/content/browser/debugger/devtools_protocol_handler.h
similarity index 98%
rename from chrome/browser/debugger/devtools_protocol_handler.h
rename to content/browser/debugger/devtools_protocol_handler.h
index b1b9158d07ae5232f746bf8161ff191fefde8a9f..14a71871bca1f53b80d6a877b4d74a60a8cd2742 100644
--- a/chrome/browser/debugger/devtools_protocol_handler.h
+++ b/content/browser/debugger/devtools_protocol_handler.h
@@ -11,7 +11,7 @@
#include "base/hash_tables.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/debugger/devtools_remote.h"
+#include "content/browser/debugger/devtools_remote.h"
#include "net/base/listen_socket.h"
class InspectableTabProxy;

Powered by Google App Engine
This is Rietveld 408576698