Index: mojo/edk/embedder/embedder_unittest.cc |
diff --git a/mojo/edk/embedder/embedder_unittest.cc b/mojo/edk/embedder/embedder_unittest.cc |
index f53e440c2890b475cb0d378089bfffcb71edb5b1..659f0eec4d785bf40dce2ffaae6d491c1a9425d0 100644 |
--- a/mojo/edk/embedder/embedder_unittest.cc |
+++ b/mojo/edk/embedder/embedder_unittest.cc |
@@ -17,11 +17,11 @@ |
#include "mojo/edk/system/test_utils.h" |
#include "mojo/edk/test/multiprocess_test_helper.h" |
#include "mojo/message_pump/message_pump_mojo.h" |
-#include "mojo/public/c/system/core.h" |
-#include "mojo/public/cpp/system/handle.h" |
-#include "mojo/public/cpp/system/macros.h" |
-#include "mojo/public/cpp/system/message_pipe.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/mojo/src/mojo/public/c/system/core.h" |
+#include "third_party/mojo/src/mojo/public/cpp/system/handle.h" |
+#include "third_party/mojo/src/mojo/public/cpp/system/macros.h" |
+#include "third_party/mojo/src/mojo/public/cpp/system/message_pipe.h" |
namespace mojo { |
namespace edk { |