Index: mojo/dart/embedder/mojo_natives.cc |
diff --git a/mojo/dart/embedder/mojo_natives.cc b/mojo/dart/embedder/mojo_natives.cc |
index 8c6d8278f8c250ae881df97d9cde5c7db2be23a2..beab1ac1651d8a5a14a9d364d7517e658f1b93dc 100644 |
--- a/mojo/dart/embedder/mojo_natives.cc |
+++ b/mojo/dart/embedder/mojo_natives.cc |
@@ -10,11 +10,11 @@ |
#include "base/logging.h" |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
-#include "dart/runtime/include/dart_api.h" |
#include "mojo/dart/embedder/builtin.h" |
#include "mojo/dart/embedder/mojo_dart_state.h" |
#include "mojo/public/c/system/core.h" |
#include "mojo/public/cpp/system/core.h" |
+#include "mojo/public/third_party/dart/runtime/include/dart_api.h" |
namespace mojo { |
namespace dart { |