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

Unified Diff: content/browser/debugger/debugger_remote_service.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/debugger_remote_service.h
diff --git a/chrome/browser/debugger/debugger_remote_service.h b/content/browser/debugger/debugger_remote_service.h
similarity index 98%
rename from chrome/browser/debugger/debugger_remote_service.h
rename to content/browser/debugger/debugger_remote_service.h
index 83b1f4094084d97063779386bc8d7a73bc2de9f2..39677e60bbca1bbe491eecf5d25fd8c7509e4006 100644
--- a/chrome/browser/debugger/debugger_remote_service.h
+++ b/content/browser/debugger/debugger_remote_service.h
@@ -12,7 +12,7 @@
#include <string>
#include "base/basictypes.h"
-#include "chrome/browser/debugger/devtools_remote.h"
+#include "content/browser/debugger/devtools_remote.h"
class DevToolsProtocolHandler;
class DevToolsRemoteMessage;

Powered by Google App Engine
This is Rietveld 408576698