Index: third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c |
diff --git a/third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c b/third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c |
index d5978a91891a7706bc96d92da0335ae9a57a9be3..22d3146fdc438719287ac1f1ffd4a3d53d2eec94 100644 |
--- a/third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c |
+++ b/third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c |
@@ -11,9 +11,9 @@ |
// Include all the header files that are meant to be compilable as C. Start with |
// core.h, since it's the most important one. |
-#include "mojo/public/c/environment/async_waiter.h" |
-#include "mojo/public/c/system/core.h" |
-#include "mojo/public/c/system/macros.h" |
+#include "third_party/mojo/src/mojo/public/c/environment/async_waiter.h" |
+#include "third_party/mojo/src/mojo/public/c/system/core.h" |
+#include "third_party/mojo/src/mojo/public/c/system/macros.h" |
// The joys of the C preprocessor.... |
#define STRINGIFY(x) #x |