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

Unified Diff: mojo/dart/embedder/dart_debugger.h

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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: mojo/dart/embedder/dart_debugger.h
diff --git a/mojo/dart/embedder/dart_debugger.h b/mojo/dart/embedder/dart_debugger.h
index fe7ef2d84f31c1cffe796fda4dc6cf9074d5e896..6ff8880464e252fa8c6dd99be9e2d33ec3fc2fb1 100644
--- a/mojo/dart/embedder/dart_debugger.h
+++ b/mojo/dart/embedder/dart_debugger.h
@@ -8,7 +8,7 @@
#include "dart/runtime/include/dart_api.h"
#include "dart/runtime/include/dart_debugger_api.h"
#include "dart/runtime/include/dart_native_api.h"
-#include "mojo/dart/embedder/monitor.h"
+#include "monitor.h"
eseidel 2015/04/27 17:38:37 Why is this needed? Does SkyShell not include the
Cutch 2015/05/05 22:07:22 Cleanup. These files (dart_debugger.h and monitor.
eseidel 2015/05/05 23:13:28 Unfortunately that's not how our style works. :)
namespace base {
class Lock;

Powered by Google App Engine
This is Rietveld 408576698