| 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"
|
|
|