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

Unified Diff: content/browser/debugger/devtools_window.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_window.h
diff --git a/chrome/browser/debugger/devtools_window.h b/content/browser/debugger/devtools_window.h
similarity index 97%
rename from chrome/browser/debugger/devtools_window.h
rename to content/browser/debugger/devtools_window.h
index 23c724b14cf58ce64bb7de177530c8328acf9268..4d6b50b9cdb099010b4caf3b9aee14c9a23dcfb8 100644
--- a/chrome/browser/debugger/devtools_window.h
+++ b/content/browser/debugger/devtools_window.h
@@ -9,8 +9,8 @@
#include <string>
#include "base/basictypes.h"
-#include "chrome/browser/debugger/devtools_client_host.h"
-#include "chrome/browser/debugger/devtools_toggle_action.h"
+#include "content/browser/debugger/devtools_client_host.h"
+#include "content/browser/debugger/devtools_toggle_action.h"
#include "content/browser/tab_contents/tab_contents_delegate.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"

Powered by Google App Engine
This is Rietveld 408576698