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

Unified Diff: sky/engine/v8_inspector/PageDebuggerAgent.cpp

Issue 745913002: Start moving files from core/inspector into v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/v8_inspector/PageDebuggerAgent.h ('k') | sky/engine/v8_inspector/PageScriptDebugServer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/PageDebuggerAgent.cpp
diff --git a/sky/engine/core/inspector/PageDebuggerAgent.cpp b/sky/engine/v8_inspector/PageDebuggerAgent.cpp
similarity index 97%
rename from sky/engine/core/inspector/PageDebuggerAgent.cpp
rename to sky/engine/v8_inspector/PageDebuggerAgent.cpp
index 7d0d899d0d528766c3a800cd7f5aabe018443b7c..0d9c3ece83d31bfe0f24d2faa43ab1f6959423db 100644
--- a/sky/engine/core/inspector/PageDebuggerAgent.cpp
+++ b/sky/engine/v8_inspector/PageDebuggerAgent.cpp
@@ -28,8 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/inspector/PageDebuggerAgent.h"
+#include "sky/engine/config.h"
+#include "sky/engine/v8_inspector/PageDebuggerAgent.h"
#include "sky/engine/bindings/core/v8/DOMWrapperWorld.h"
#include "sky/engine/bindings/core/v8/ScriptController.h"
« no previous file with comments | « sky/engine/v8_inspector/PageDebuggerAgent.h ('k') | sky/engine/v8_inspector/PageScriptDebugServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698