Chromium Code Reviews

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

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: mojo/dart/embedder/mojo_io_natives.h
diff --git a/mojo/dart/embedder/mojo_io_natives.h b/mojo/dart/embedder/mojo_io_natives.h
index 66dbade813e60154b8a8b13a672681a7a37b097b..99f5051e4af8de65dae3205af58e00d6d7adb8da 100644
--- a/mojo/dart/embedder/mojo_io_natives.h
+++ b/mojo/dart/embedder/mojo_io_natives.h
@@ -5,7 +5,7 @@
#ifndef MOJO_DART_EMBEDDER_MOJO_IO_NATIVES_H_
#define MOJO_DART_EMBEDDER_MOJO_IO_NATIVES_H_
-#include "dart/runtime/include/dart_api.h"
+#include "mojo/public/third_party/dart/runtime/include/dart_api.h"
namespace mojo {
namespace dart {

Powered by Google App Engine