Index: third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc |
diff --git a/third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc b/third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc |
index 210c6b10cab5dfcc7cc3ad7891dec068b7512e2c..17bbc6a0877b424bae9a4e6e53821e0486f049ae 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc |
+++ b/third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/public/cpp/test_support/test_utils.h" |
+#include "third_party/mojo/src/mojo/public/cpp/test_support/test_utils.h" |
-#include "mojo/public/cpp/system/core.h" |
-#include "mojo/public/cpp/test_support/test_support.h" |
+#include "third_party/mojo/src/mojo/public/cpp/system/core.h" |
+#include "third_party/mojo/src/mojo/public/cpp/test_support/test_support.h" |
namespace mojo { |
namespace test { |