Chromium Code Reviews| 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; |