Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698