Index: third_party/mojo/src/mojo/edk/system/mutex_unittest.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/mutex_unittest.cc b/third_party/mojo/src/mojo/edk/system/mutex_unittest.cc |
index 9b516536560174e4a399a0f473a6393b050fb946..bcd745a0ba0913fd798650f360543b66371e88e3 100644 |
--- a/third_party/mojo/src/mojo/edk/system/mutex_unittest.cc |
+++ b/third_party/mojo/src/mojo/edk/system/mutex_unittest.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/edk/system/mutex.h" |
+#include "third_party/mojo/src/mojo/edk/system/mutex.h" |
#include <stdlib.h> |
#include "base/threading/platform_thread.h" |
-#include "mojo/edk/system/test_utils.h" |
#include "mojo/public/cpp/system/macros.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/mojo/src/mojo/edk/system/test_utils.h" |
namespace mojo { |
namespace system { |