Index: mojo/dart/embedder/dart_controller.cc |
diff --git a/mojo/dart/embedder/dart_controller.cc b/mojo/dart/embedder/dart_controller.cc |
index 1c676869d965f05bbcfda6e5e9f602a2ba30ef65..e3a14e38a4be0da971fa0c4c289bacff1b69e79f 100644 |
--- a/mojo/dart/embedder/dart_controller.cc |
+++ b/mojo/dart/embedder/dart_controller.cc |
@@ -12,10 +12,10 @@ |
#include "dart/runtime/include/dart_native_api.h" |
#include "mojo/dart/embedder/builtin.h" |
#include "mojo/dart/embedder/dart_controller.h" |
-#include "mojo/dart/embedder/dart_debugger.h" |
#include "mojo/dart/embedder/dart_state.h" |
#include "mojo/dart/embedder/vmservice.h" |
#include "mojo/public/c/system/core.h" |
+#include "tonic/dart_debugger.h" |
namespace mojo { |
namespace dart { |
@@ -562,7 +562,7 @@ void DartController::InitVmIfNeeded(Dart_EntropySource entropy, |
CHECK(result); |
// This should be called before calling Dart_Initialize. |
- DartDebugger::InitDebugger(); |
+ tonic::DartDebugger::InitDebugger(); |
result = Dart_Initialize(vm_isolate_snapshot_buffer, |
IsolateCreateCallback, |