Index: chrome/browser/debugger/devtools_remote_service.cc |
=================================================================== |
--- chrome/browser/debugger/devtools_remote_service.cc (revision 76500) |
+++ chrome/browser/debugger/devtools_remote_service.cc (working copy) |
@@ -14,9 +14,9 @@ |
#include "chrome/browser/debugger/devtools_protocol_handler.h" |
#include "chrome/browser/debugger/devtools_remote_message.h" |
#include "chrome/browser/debugger/inspectable_tab_proxy.h" |
-#include "chrome/browser/tab_contents/navigation_controller.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
#include "chrome/common/devtools_messages.h" |
+#include "content/browser/tab_contents/navigation_controller.h" |
+#include "content/browser/tab_contents/navigation_entry.h" |
const char DevToolsRemoteServiceCommand::kPing[] = "ping"; |
const char DevToolsRemoteServiceCommand::kVersion[] = "version"; |